pgsql: Fixups for a4f774cf1c7 - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Fixups for a4f774cf1c7
Date
Msg-id E1w9Tgy-0037uh-0v@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Add tid_block() and tid_offset() accessor functions
Next
From: Andres Freund
Date:
Subject: pgsql: instrumentation: Separate trigger logic from other uses