Some cleanup of pg_stat_statements tests
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-01-19T23:33:49Z
Lists: pgsql-hackers
Attachments
- 0001-pg_stat_statements-Clean-up-test-logic.patch (text/x-diff) patch 0001
Hi all, While looking at this area of the code, I have noticed that the new "squashing" test is not consistent with the rest of the test suite, re-creating the extension for nothing. The structure of the test is to have the "cleanup" phase second to last, so as there is no need to create multiple times the extensions. In passing, I'd like to suggest that REGRESS in the Makefile uses one item per line, to minimize diffs when we add new stuff. Any thoughts or objections about the attached? Thanks, -- Michael
Commits
-
pg_stat_statements: Clean up REGRESS list in Makefile
- 905ef401d5e0 19 (unreleased) landed
-
pg_stat_statements: Rework test order
- f9afd56218af 19 (unreleased) landed