agora inbox for pgsql-committers@postgresql.org
help / color / mirror / Atom feedFrom: Andrew Dunstan <andrew@dunslane.net>
To: pgsql-committers@lists.postgresql.org
Subject: pgsql: Revert pg_get_role_ddl(), pg_get_tablespace_ddl(), and pg_get_da
Date: Sun, 13 Sep 2026 18:27:53 +0000
Message-ID: <E1x5ovh-00000000AmY-3ObG@gemulon.postgresql.org> (raw)
Revert pg_get_role_ddl(), pg_get_tablespace_ddl(), and pg_get_database_ddl().
List of commits reverted:
4881981f920 Add infrastructure for pg_get_*_ddl functions
76e514ebb4b Add pg_get_role_ddl() function
b99fd9fd7f3 Add pg_get_tablespace_ddl() function
a4f774cf1c7 Add pg_get_database_ddl() function
6c7bce28c83 Fixups for a4f774cf1c7
1f108fc02ec Fix pfree crash in pg_get_role_ddl() and pg_get_database_ddl().
cda0c4c5d6f Reject invalid databases in pg_get_database_ddl()
79fba6ebaba doc: Fix missing role attribute in pg_get_tablespace_ddl() description.
c529ee38b9e Convert ddlutils regression tests to TAP tests.
df1bac400fb Fix timezone dependence in test_misc/012_ddlutils.pl
5642a0367c2 Avoid SIGSEGV in pg_get_database_ddl() on NULL tablespace
2af70e93747 Fix incorrect declarations of variadic pg_get_*_ddl() functions.
d6ed87d1989 Use named boolean parameters for pg_get_*_ddl option arguments
plus the corresponding release notes entries.
Discussion: https://postgr.es/m/20260827015242.54.noahmisch@microsoft.com
Branch
------
REL_19_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/db169985c10f02fa6d97920b0fafdde0ade3fde8
Modified Files
--------------
doc/src/sgml/func/func-info.sgml | 118 ----
doc/src/sgml/release-19.sgml | 36 -
src/backend/utils/adt/ddlutils.c | 977 ---------------------------
src/backend/utils/adt/meson.build | 1 -
src/backend/utils/adt/ruleutils.c | 4 +-
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_proc.dat | 22 -
src/include/utils/ruleutils.h | 1 -
src/test/modules/test_misc/meson.build | 1 -
src/test/modules/test_misc/t/012_ddlutils.pl | 341 ----------
10 files changed, 3 insertions(+), 1500 deletions(-)
Message-ID: <E1x5ovh-00000000AmY-3ObG@gemulon.postgresql.org>
Permalink: ../E1x5ovh-00000000AmY-3ObG@gemulon.postgresql.org/
Also on: postgresql.org/message-id/E1x5ovh-00000000AmY-3ObG@gemulon.postgresql.org
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: pgsql-committers@postgresql.org
Cc: andrew@dunslane.net, pgsql-committers@lists.postgresql.org
Subject: Re: pgsql: Revert pg_get_role_ddl(), pg_get_tablespace_ddl(), and pg_get_da
In-Reply-To: <E1x5ovh-00000000AmY-3ObG@gemulon.postgresql.org>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox