test_ddl_deparse: Rename test create_sequence_1
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-08-18T07:40:27Z
Lists: pgsql-hackers
Attachments
- 0001-test_ddl_deparse-create_sequence_1-create_sequence.patch (text/x-diff) patch 0001
Hi all, While looking at this area of the code, I got confused by the choice of using create_sequence_1 as name for one of the scripts in the test module test_ddl_deparse. This is usually reserved for alternate outputs, but we don't need to rely on that in this case. How about renaming the test as per the attached? Thanks, -- Michael
Commits
-
test_ddl_deparse: Rename test create_sequence_1 to create_sequence
- 3c07944d048c 19 (unreleased) landed