pgsql: Fixups for a4f774cf1c7

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fixups for a4f774cf1c7
Date: 2026-04-05 20:03:33
Message-ID: E1w9Tgy-0037uh-0v@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fixups for a4f774cf1c7

The database name was warned about when building with
-DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS, leading to BF and CI failures.

It is somewhat confusing that the required prefix is different for databases
than other object types.

Also fix a pgindent violation that caused koel to start to fail.

Discussion: https://postgr.es/m/ptyiexyhmtxf4lm524s7o7w64r26ra237uusv4tjav4yhpmeoo@vfwwllz7tivb

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6c7bce28c83f4deaa6a6205dc32e86ac1630182c

Modified Files
--------------
src/backend/utils/adt/ddlutils.c | 2 +-
src/test/regress/expected/database_ddl.out | 60 +++++++++++++++---------------
src/test/regress/sql/database_ddl.sql | 26 ++++++-------
3 files changed, 44 insertions(+), 44 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2026-04-05 21:02:25 pgsql: instrumentation: Separate trigger logic from other uses
Previous Message Andres Freund 2026-04-05 19:29:26 pgsql: Add tid_block() and tid_offset() accessor functions