postgresql/src/bin
Robert Haas c54e4a55f4 pg_rewind: Fix busted sanity check.
As written, the code would only fail the sanity check if none of the
columns returned by the server were of the expected type, but we want
it to fail if even one column is not of the expected type.

Discussion: http://postgr.es/m/CA+TgmoYuY5zW7JEs+1hSS1D=V5K8h1SQuESrq=bMNeo0B71Sfw@mail.gmail.com
2017-07-21 13:04:18 -04:00
..
initdb Fix new warnings from GCC 7 2017-05-16 08:43:55 -04:00
pg_archivecleanup Fix new warnings from GCC 7 2017-05-16 08:43:55 -04:00
pg_basebackup Fix pg_basebackup output to stdout on Windows. 2017-07-14 16:03:12 +03:00
pg_config Translation updates 2017-05-08 10:13:00 -04:00
pg_controldata Translation updates 2017-05-08 10:13:00 -04:00
pg_ctl Translation updates 2017-05-08 10:13:00 -04:00
pg_dump Fix pg_basebackup output to stdout on Windows. 2017-07-14 16:03:12 +03:00
pg_resetxlog Prevent running pg_resetwal/pg_resetxlog against wrong-version data dirs. 2017-05-29 17:08:16 -04:00
pg_rewind pg_rewind: Fix busted sanity check. 2017-07-21 13:04:18 -04:00
pg_test_fsync Avoid depending on non-POSIX behavior of fcntl(2). 2017-04-21 15:55:56 -04:00
pg_test_timing Move pg_test_timing from contrib/ to src/bin/ 2015-04-20 21:30:12 -04:00
pg_upgrade pg_upgrade: start/stop new server after pg_resetwal 2017-06-20 13:20:02 -04:00
pg_xlogdump Fix record length computation in pg_waldump/xlogdump. 2017-06-05 16:10:07 -07:00
pgbench Fix pgbench's calculation of average latency, when -T is not used. 2016-09-21 13:16:20 +03:00
pgevent Update copyright for 2015 2015-01-06 11:43:47 -05:00
psql Remove unnecessary braces, to match the surrounding style. 2017-07-12 12:31:16 +03:00
scripts Ignore PQcancel errors properly 2017-05-09 14:58:51 -03:00
Makefile Move pg_xlogdump from contrib/ to src/bin/ 2015-04-21 19:03:49 -04:00