Fix misleading comment in pg_get_statisticsobjdef_string() The comment claimed that a TABLESPACE reference was added to the resulting string, but that's not true. Looks like the comment was copied from pg_get_indexdef_string() without being adjusted correctly.
Reported-by: jian he <[email protected]> Discussion: https://postgr.es/m/cacjufxhwvpgeu8o9d8ouedqyehtazgt-j5uajngymzkaw7m...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/3760d278dc4165d5eef7435fc62d8ebe13b8e793 Modified Files -------------- src/backend/utils/adt/ruleutils.c | 1 - 1 file changed, 1 deletion(-)
