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

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

  1. test_ddl_deparse: Rename test create_sequence_1 to create_sequence