test_ddl_deparse: Rename test create_sequence_1 to create_sequence
authorMichael Paquier <[email protected]>
Tue, 19 Aug 2025 00:08:57 +0000 (09:08 +0900)
committerMichael Paquier <[email protected]>
Tue, 19 Aug 2025 00:08:57 +0000 (09:08 +0900)
This test was the only one named following the convention used for
alternate output files.  This was a little bit confusing when looking at
the diffs of the test, because one would think that the diffs are based
on an uncommon case, as alternate outputs are usually used for uncommon
configuration scenarios.

create_sequence_1 was the only test in the tree using such a name, and
it had no alternate output.

Reviewed-by: Kirill Reshke <[email protected]>
Discussion: https://postgr.es/m/[email protected]

src/test/modules/test_ddl_deparse/Makefile
src/test/modules/test_ddl_deparse/expected/create_sequence.out [moved from src/test/modules/test_ddl_deparse/expected/create_sequence_1.out with 100% similarity]
src/test/modules/test_ddl_deparse/meson.build
src/test/modules/test_ddl_deparse/sql/create_sequence.sql [moved from src/test/modules/test_ddl_deparse/sql/create_sequence_1.sql with 100% similarity]

index 3a57a95c84969e9f22bd7066b79e3191cad2a712..6a9c133ebe970d8673753ea00b67b50531470075 100644 (file)
@@ -13,7 +13,7 @@ REGRESS = test_ddl_deparse \
    create_type \
    create_conversion \
    create_domain \
-   create_sequence_1 \
+   create_sequence \
    create_table \
    create_transform \
    alter_table \
index bff65ba6333d835a678eff2a2eb3d004f60c426c..e60aee3b1d3b692aa2d1f1d17392948dde2d2fad 100644 (file)
@@ -33,7 +33,7 @@ tests += {
       'create_type',
       'create_conversion',
       'create_domain',
-      'create_sequence_1',
+      'create_sequence',
       'create_table',
       'create_transform',
       'alter_table',