test_ddl_deparse: Rename test create_sequence_1 to create_sequence
authorMichael Paquier <michael@paquier.xyz>
Tue, 19 Aug 2025 00:08:57 +0000 (09:08 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 19 Aug 2025 00:08:57 +0000 (09:08 +0900)
commit3c07944d048c82ae67884c1f09e81f53f769ac2a
tree4ba0784c823a3b4afcf8de836543c87048af5e66
parent24e71d53f88e1a37506cf1c9967b6db5d685f249
test_ddl_deparse: Rename test create_sequence_1 to create_sequence

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 <reshkekirill@gmail.com>
Discussion: https://postgr.es/m/aKLY6wCa_OInr3kY@paquier.xyz
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]