Dead reference to schema_only_with_statistics in pg_dump TAP code
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-06-15T08:07:45Z
Lists: pgsql-hackers
Attachments
- 0001-Remove-dead-code-in-pg_dump-TAP-tests.patch (text/plain) patch 0001
Hi all, While looking at the TAP tests of pg_dump today, I have bumped into a dead reference to a command sequence named schema_only_with_statistics. This reference has been removed in 0ed92cf50cc4, and has been listed a couple of times after that, having no effect. Let's clean up that as of the attached on HEAD, at least. v18 would be nice to include in the set, as this script is already complicated and that could create noise when backpatching. Comments or opinions? -- Michael
Commits
-
pg_dump: Remove dead code in TAP tests
- 54ffa74c9924 18 (unreleased) landed
- d3b345eef3f3 19 (unreleased) landed