postgresql/src/bin/pg_dump
Daniel Gustafsson 549ec201d6 Replace Test::More plans with done_testing
Rather than doing manual book keeping to plan the number of tests to run
in each TAP suite, conclude each run with done_testing() summing up the
the number of tests that ran. This removes the need for maintaning and
updating the plan count at the expense of an accurate count of remaining
during the test suite runtime.

This patch has been discussed a number of times, often in the context of
other patches which updates tests, so a larger number of discussions can
be found in the archives.

Reviewed-by: Julien Rouhaud <rjuju123@gmail.com>
Reviewed-by: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Reviewed-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Discussion: https://postgr.es/m/DD399313-3D56-4666-8079-88949DAC870F@yesql.se
2022-02-11 20:54:44 +01:00
..
po Translation updates 2021-06-21 12:33:50 +02:00
t Replace Test::More plans with done_testing 2022-02-11 20:54:44 +01:00
.gitignore Clean up after pg_dump test runs. 2016-05-06 22:28:01 -04:00
Makefile Update copyright for 2022 2022-01-07 19:04:57 -05:00
common.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
compress_io.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
compress_io.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
dumputils.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
dumputils.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
nls.mk Translation updates 2021-05-10 14:36:21 +02:00
parallel.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
parallel.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_backup.h Add support for --no-table-access-method in pg_{dump,dumpall,restore} 2022-01-17 14:51:46 +09:00
pg_backup_archiver.c Free temporary memory when reading TOC 2022-02-09 14:12:55 +01:00
pg_backup_archiver.h contrib/sslinfo needs a fix too to make hamerkop happy. 2021-11-07 11:33:53 -05:00
pg_backup_custom.c Yet more elimination of dead stores and useless initializations. 2020-09-05 13:17:32 -04:00
pg_backup_db.c Clean up some more freshly-dead code in pg_dump and pg_upgrade. 2021-12-16 12:01:59 -05:00
pg_backup_db.h Revert "pg_dump: Lock all relations, not just plain tables". 2020-11-06 15:48:04 -05:00
pg_backup_directory.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_backup_null.c Remove useless "return;" lines 2019-11-28 16:48:37 -03:00
pg_backup_tar.c Handle close() failures more robustly in pg_dump and pg_basebackup. 2021-11-17 13:08:25 -05:00
pg_backup_tar.h Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant. 2012-09-28 15:19:15 -04:00
pg_backup_utils.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_backup_utils.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_dump.c Remove unnecessary resetPQExpBuffer call 2022-02-10 12:23:40 +01:00
pg_dump.h Add UNIQUE null treatment option 2022-02-03 11:48:21 +01:00
pg_dump_sort.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_dumpall.c pg_upgrade: Preserve relfilenodes and tablespace OIDs. 2022-01-17 13:40:27 -05:00
pg_restore.c Add support for --no-table-access-method in pg_{dump,dumpall,restore} 2022-01-17 14:51:46 +09:00