postgresql/src/bin
Tom Lane 32a85ee46b Don't fail on libpq-generated error reports in pg_amcheck.
An error PGresult generated by libpq itself, such as a report of
connection loss, won't have broken-down error fields.
should_processing_continue() blithely assumed that
PG_DIAG_SEVERITY_NONLOCALIZED would always be present, and would
dump core if it wasn't.

Per grepping to see if 6d157e7cb's mistake was repeated elsewhere.
2022-06-06 11:26:57 -04:00
..
initdb Translation updates 2022-05-09 12:26:57 +02:00
pg_amcheck Don't fail on libpq-generated error reports in pg_amcheck. 2022-06-06 11:26:57 -04:00
pg_archivecleanup Translation updates 2021-11-08 10:06:30 +01:00
pg_basebackup Translation updates 2022-05-09 12:26:57 +02:00
pg_checksums Harden TAP tests that intentionally corrupt page checksums. 2022-03-25 14:23:26 -04:00
pg_config Translation updates 2022-05-09 12:26:57 +02:00
pg_controldata Translation updates 2021-11-08 10:06:30 +01:00
pg_ctl Translation updates 2022-05-09 12:26:57 +02:00
pg_dump Translation updates 2022-05-09 12:26:57 +02:00
pg_resetwal Translation updates 2022-02-07 13:31:57 +01:00
pg_rewind Translation updates 2022-05-09 12:26:57 +02:00
pg_test_fsync Translation updates 2021-11-08 10:06:30 +01:00
pg_test_timing Translation updates 2021-11-08 10:06:30 +01:00
pg_upgrade Translation updates 2022-02-07 13:31:57 +01:00
pg_verifybackup Remove PostgreSQL::Test::Utils::perl2host completely 2022-02-20 08:55:06 -05:00
pg_waldump Translation updates 2022-05-09 12:26:57 +02:00
pgbench Remove PostgreSQL::Test::Utils::perl2host completely 2022-02-20 08:55:06 -05:00
pgevent Update copyright for 2021 2021-01-02 13:06:25 -05:00
psql Fix psql's single transaction mode on client-side errors with -c/-f switches 2022-06-06 11:07:22 +09:00
scripts Translation updates 2022-05-09 12:26:57 +02:00
Makefile Add pg_amcheck, a CLI for contrib/amcheck. 2021-03-12 13:00:01 -05:00