Re: Fix variadic argument types for pg_get_xxx_ddl() functions
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Chao Li <li.evan.chao@gmail.com>, Postgres hackers <pgsql-hackers@lists.postgresql.org>, Akshay Joshi <akshay.joshi@enterprisedb.com>
Date: 2026-06-23T19:17:52Z
Lists: pgsql-hackers
On Tue, Jun 23, 2026 at 3:07 PM Tom Lane <tgl@sss.pgh.pa.us> wrote: > I wrote: > > Ouch. Yes, that regression test is clearly one brick shy of a load. > > We need to update the documentation for these functions too, and maybe > > some other places. > > After looking around, I couldn't find anything but the documentation > that needed to be fixed, so done. > > Thanks for fixing. cheers andrew
Commits
-
Fix incorrect declarations of variadic pg_get_*_ddl() functions.
- 2af70e937478 19 (unreleased) landed