postgresql/src/bin
Heikki Linnakangas 39f9f04b57 Fix timing issue in pg_rewind test.
The test inserts a row in primary server, waits until the insertion has
been replicated to a cascaded standby, and checks that it's visible there
by querying the cascaded standby. In order for that to work reliably, the
test needs to wait until the insertion WAL record has been fully replayed.

This should fix the occasional buildfarm failures. Diagnosis by Tom Lane.

Discussion: https://www.postgresql.org/message-id/606796.1605424022@sss.pgh.pa.us
2020-11-15 17:09:31 +02:00
..
initdb Make postgres.bki use the same literal-string syntax as postgresql.conf. 2020-10-04 16:09:55 -04:00
pg_archivecleanup Improve common/logging.c's support for multiple verbosity levels. 2020-09-17 12:52:18 -04:00
pg_basebackup Fix redundant error messages in client tools 2020-11-07 23:03:54 +01:00
pg_checksums Avoid non-constant format string argument to fprintf(). 2020-08-18 13:13:09 +03:00
pg_config Translation updates 2020-05-18 12:49:30 +02:00
pg_controldata Rename VariableCacheData.nextFullXid to nextXid. 2020-08-11 12:07:14 -07:00
pg_ctl Fix -Wcast-function-type warnings on Windows/MinGW 2020-10-21 08:17:51 +02:00
pg_dump Fix parsePGArray() error checking in pg_dump. 2020-11-09 16:26:47 +13:00
pg_resetwal Rename VariableCacheData.nextFullXid to nextXid. 2020-08-11 12:07:14 -07:00
pg_rewind Fix timing issue in pg_rewind test. 2020-11-15 17:09:31 +02:00
pg_test_fsync Clean up after newly-added tests for pg_test_fsync and pg_test_timing. 2020-10-07 13:27:33 -04:00
pg_test_timing Clean up after newly-added tests for pg_test_fsync and pg_test_timing. 2020-10-07 13:27:33 -04:00
pg_upgrade Remove vacuumdb --analyze-in-stages from pg_upgrade tests 2020-11-11 16:47:13 +01:00
pg_verifybackup Standardize the printf format for st_size 2020-09-24 21:04:21 +02:00
pg_waldump Correct several behavior descriptions in comments. 2020-08-15 20:21:52 -07:00
pgbench Fix some grammar and typos in comments and docs 2020-11-02 15:14:41 +09:00
pgevent Remove libpq.rc, use win32ver.rc for libpq 2020-01-15 15:06:12 +01:00
psql Ignore attempts to \gset into specially treated variables. 2020-11-09 07:32:09 -08:00
scripts Fix connection string handling in src/bin/scripts/ programs. 2020-10-19 19:03:46 -04:00
Makefile Rename pg_validatebackup to pg_verifybackup. 2020-04-12 11:26:05 -04:00