mislead comments in pg_get_statisticsobjdef_string

2025-10-02 Thread jian he
hi. /* * Internal version for use by ALTER TABLE. * Includes a tablespace clause in the result. * Returns a palloc'd C string; no pretty-printing. */ char * pg_get_statisticsobjdef_string(Oid statextid) { return pg_get_statisticsobj_worker(statextid, false, false); } is the above "tables

Re: mislead comments in pg_get_statisticsobjdef_string

2025-09-25 Thread David Rowley
On Fri, 26 Sept 2025 at 01:17, jian he wrote: > * Internal version for use by ALTER TABLE. > * Includes a tablespace clause in the result. > * Returns a palloc'd C string; no pretty-printing. > */ > char * > pg_get_statisticsobjdef_string(Oid statextid) > { > return pg_get_statisticsobj_wo