pgsql: test_ddl_deparse: Rename test create_sequence_1 to create_sequen

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: test_ddl_deparse: Rename test create_sequence_1 to create_sequen
Date: 2025-08-19 00:09:34
Message-ID: E1uo9uv-000YeF-3C@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Richard Guo 2025-08-19 00:39:47 pgsql: Pathify RHS unique-ification for semijoin planning
Previous Message Michael Paquier 2025-08-18 23:58:22 pgsql: Remove unneeded header declarations in multixact.c