pgsql: test_ddl_deparse: Rename test create_sequence_1 to create_sequen - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: test_ddl_deparse: Rename test create_sequence_1 to create_sequen
Date
Msg-id E1uo9uv-000YeF-3C@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3c07944d048c82ae67884c1f09e81f53f769ac2a

Modified Files
--------------
src/test/modules/test_ddl_deparse/Makefile                              | 2 +-
.../expected/{create_sequence_1.out => create_sequence.out}             | 0
src/test/modules/test_ddl_deparse/meson.build                           | 2 +-
.../test_ddl_deparse/sql/{create_sequence_1.sql => create_sequence.sql} | 0
4 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Remove unneeded header declarations in multixact.c
Next
From: Richard Guo
Date:
Subject: pgsql: Simplify relation_has_unique_index_for()