mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04: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:
parent
24e71d53f8
commit
3c07944d04
4 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ tests += {
|
|||
'create_type',
|
||||
'create_conversion',
|
||||
'create_domain',
|
||||
'create_sequence_1',
|
||||
'create_sequence',
|
||||
'create_table',
|
||||
'create_transform',
|
||||
'alter_table',
|
||||
|
|
|
|||
Loading…
Reference in a new issue