Re: mislead comments in pg_get_statisticsobjdef_string - Mailing list pgsql-hackers

From David Rowley
Subject Re: mislead comments in pg_get_statisticsobjdef_string
Date
Msg-id CAApHDvoLZMH6ruY9BXj31D5zx-=NHeyLVw5QiCDJp7sGjqcjxQ@mail.gmail.com
Whole thread Raw
In response to mislead comments in pg_get_statisticsobjdef_string  (jian he <jian.universality@gmail.com>)
List pgsql-hackers
On Fri, 26 Sept 2025 at 01:17, jian he <jian.universality@gmail.com> 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_worker(statextid, false, false);
> }
>
> is the above "tablespace clause" comment wrong?

Yes

> since there is no "tablespace clause" related to CREATE STATISTICS.
>
> I guess that time, comments were just simply copied from
> function pg_get_indexdef_string.

I expect you're correct.  I've pushed a fix. Thanks

David



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Remove unused parameter on check_and_push_window_quals
Next
From: Michael Paquier
Date:
Subject: Re: Orphan page in _bt_split