postgresql/src/bin
Peter Eisentraut 74ca8f9b90 Fix pg_basebackup test to original intent
One test case was meant to check that pg_basebackup does not succeed
when a slot is specified with -S but WAL streaming is not selected,
which used to require specifying -X stream.  Since -X stream is the
default in PostgreSQL 10, this test case no longer covers that meaning,
but the pg_basebackup invocation happened to fail anyway for the
unrelated reason that the specified replication slot does not exist.  To
fix, move the test case to later in the file where the slot does exist,
and add -X none to the invocation so that it covers the originally meant
behavior.

extracted from a patch by Michael Banck <michael.banck@credativ.de>
2017-09-23 22:59:26 -04:00
..
initdb Fix compiler warning 2017-09-20 09:03:04 -04:00
pg_archivecleanup pg_archivecleanup: Add test suite 2017-09-14 22:23:00 -04:00
pg_basebackup Fix pg_basebackup test to original intent 2017-09-23 22:59:26 -04:00
pg_config Translation updates 2017-08-07 13:55:34 -04:00
pg_controldata Make WAL segment size configurable at initdb time. 2017-09-19 22:03:48 -07:00
pg_ctl Final pgindent + perltidy run for v10. 2017-08-14 17:29:33 -04:00
pg_dump Fix ordering in pg_dump of GRANTs 2017-09-13 20:02:09 -04:00
pg_resetwal Make WAL segment size configurable at initdb time. 2017-09-19 22:03:48 -07:00
pg_rewind Make WAL segment size configurable at initdb time. 2017-09-19 22:03:48 -07:00
pg_test_fsync Make WAL segment size configurable at initdb time. 2017-09-19 22:03:48 -07:00
pg_test_timing pg_test_timing: Some NLS fixes 2017-08-26 09:25:19 -04:00
pg_upgrade Revert "Add basic TAP test setup for pg_upgrade" 2017-09-22 16:46:56 -04:00
pg_waldump Make WAL segment size configurable at initdb time. 2017-09-19 22:03:48 -07:00
pgbench Remove pgbench "progress" test pending solution of its timing issues. 2017-09-23 13:02:30 -04:00
pgevent Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
psql Provide a test for variable existence in psql 2017-09-21 19:02:23 -04:00
scripts Fix up some misusage of appendStringInfo() and friends 2017-08-15 23:34:39 -04:00
Makefile Rename user-facing tools with "xlog" in the name to say "wal". 2017-02-09 16:23:46 -05:00