]> git.ipfire.org Git - thirdparty/postgresql.git/commit
pg_stat_statements: Rework test order
authorMichael Paquier <michael@paquier.xyz>
Tue, 20 Jan 2026 22:47:38 +0000 (07:47 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 20 Jan 2026 22:47:38 +0000 (07:47 +0900)
commitf9afd56218af0d704c12540a1b5e893d196f6aa7
tree62d7951bdd7ff6b8430907cfb7f95d2e9b189514
parent476b35d4e311a3d77a550280d93393e518908b27
pg_stat_statements: Rework test order

The test "squashing" was the last item of the REGRESS list, but
"cleanup" should be the second to last, dropping the extension.
"oldextversions" is the last item.

In passing, the REGRESS list is cleaned up to include one item per line,
so as diffs are minimized when adding new test files.

Noticed while playing with this area of the code.

Reviewed-by: Álvaro Herrera <alvherre@kurilemu.de>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Reviewed-by: Man Zeng <zengman@halodbtech.com>
Discussion: https://postgr.es/m/aW6_Xc8auuu5iAPi@paquier.xyz
contrib/pg_stat_statements/Makefile
contrib/pg_stat_statements/expected/squashing.out
contrib/pg_stat_statements/meson.build
contrib/pg_stat_statements/sql/squashing.sql