postgresql/src
Andres Freund 997563dfcb Try to harden insert-conflict-specconflict against autovacuum.
Looks like guaibasaurus had a autovacuum running during the
controller_print_speculative_locks step (just added in
43e0841970). Which does indeed seem quite possible.

Avoid the problem by only looking for the backends participating in
the test.
2020-02-11 21:18:14 -08:00
..
backend Use pg_pwrite() in more places. 2020-02-11 17:50:22 +13:00
bin Add %x to default PROMPT1 and PROMPT2 in psql 2020-02-12 13:31:14 +09:00
common Simplify passing of configure arguments to pg_config 2020-02-10 19:23:41 +01:00
fe_utils Fix bug in pg_basebackup -F plain -R. 2020-02-12 09:08:22 +09:00
include Simplify passing of configure arguments to pg_config 2020-02-10 19:23:41 +01:00
interfaces Fix assorted error-cleanup bugs in SSL min/max protocol version code. 2020-02-02 13:09:33 -05:00
makefiles Remove libpq.rc, use win32ver.rc for libpq 2020-01-15 15:06:12 +01:00
pl Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00
port Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00
template Fix compiler warning for ppoll() on Cygwin 2019-12-22 23:20:00 +01:00
test Try to harden insert-conflict-specconflict against autovacuum. 2020-02-11 21:18:14 -08:00
timezone Update copyrights for 2020 2020-01-01 12:21:45 -05:00
tools Simplify passing of configure arguments to pg_config 2020-02-10 19:23:41 +01:00
tutorial Update copyrights for 2020 2020-01-01 12:21:45 -05:00
.gitignore
DEVELOPERS
Makefile Fix partial-build problems introduced by having more generated headers. 2018-04-09 16:42:10 -04:00
Makefile.global.in Simplify passing of configure arguments to pg_config 2020-02-10 19:23:41 +01:00
Makefile.shlib Clean up MinGW def file generation 2019-10-20 10:19:13 +02:00
nls-global.mk NLS: Fix backend gettext triggers 2019-09-23 09:04:20 +02:00