]> git.ipfire.org Git - thirdparty/postgresql.git/commit
pg_dump: Remove dead code in TAP tests
authorMichael Paquier <michael@paquier.xyz>
Mon, 15 Jun 2026 23:31:43 +0000 (08:31 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 15 Jun 2026 23:31:43 +0000 (08:31 +0900)
commit54ffa74c9924a14691bb4cb196cb49e43a9fbd76
tree32a3ca673ac6c8ed5720acd973f604f92a0c4194
parent42ffdedcf743c23ba346eba8e3afce9da5e8f618
pg_dump: Remove dead code in TAP tests

The schema_only_with_statistics test scenario was referenced in
002_pg_dump.pl, but was associated to no command sequence since
0ed92cf50cc4.

Issue discovered while investigating a different bug.  Perhaps this
cleanup is not worth backpatching, but there is also an argument in
favor of reducing noise when touching this area of the code in stable
branches.

Reviewed-by: Ewan Young <kdbase.hack@gmail.com>
Reviewed-by: Ayush Tiwari <ayushtiwari.slg01@gmail.com>
Discussion: https://postgr.es/m/ai-y0S7Z25NlrG_n@paquier.xyz
Backpatch-through: 18
src/bin/pg_dump/t/002_pg_dump.pl