Some cleanup of pg_stat_statements tests - Mailing list pgsql-hackers

From Michael Paquier
Subject Some cleanup of pg_stat_statements tests
Date
Msg-id aW6_Xc8auuu5iAPi@paquier.xyz
Whole thread Raw
Responses Re: Some cleanup of pg_stat_statements tests
Re:Some cleanup of pg_stat_statements tests
Re: Some cleanup of pg_stat_statements tests
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Extended Statistics set/restore/clear functions.
Next
From: Tatsuo Ishii
Date:
Subject: Re: Row pattern recognition