test_ddl_deparse: Rename test create_sequence_1

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: test_ddl_deparse: Rename test create_sequence_1
Date: 2025-08-18 07:40:27
Message-ID: aKLY6wCa_OInr3kY@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

While looking at this area of the code, I got confused by the choice
of using create_sequence_1 as name for one of the scripts in the test
module test_ddl_deparse. This is usually reserved for alternate
outputs, but we don't need to rely on that in this case.

How about renaming the test as per the attached?
Thanks,
--
Michael

Attachment Content-Type Size
0001-test_ddl_deparse-create_sequence_1-create_sequence.patch text/x-diff 2.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kirill Reshke 2025-08-18 08:15:18 Re: VM corruption on standby
Previous Message zengman 2025-08-18 07:07:44 Re: When deleting the plpgsql function, release the CachedPlan of the function