1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-16 17:07:43 +03:00

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
This commit is contained in:
Michael Paquier
2025-08-19 09:08:57 +09:00
parent 24e71d53f8
commit 3c07944d04
4 changed files with 2 additions and 2 deletions

View 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 \

View File

@@ -33,7 +33,7 @@ tests += {
'create_type',
'create_conversion',
'create_domain',
'create_sequence_1',
'create_sequence',
'create_table',
'create_transform',
'alter_table',