pgsql: Document "relrewrite" at the top of heap_create_with_catalog()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Document "relrewrite" at the top of heap_create_with_catalog()
Date: 2025-06-18 02:11:48
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document "relrewrite" at the top of heap_create_with_catalog()

This parameter has been introduced in 325f2ec5557f, and it was not
documented contrary to all the other arguments of
heap_create_with_catalog().

Reviewed-by: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
Reviewed-by: Steven Niu <niushiji(at)gmail(dot)com>
Discussion: https://postgr.es/m/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9e1183953f0aee6b8040cd782a8af9996f5ca942

Modified Files
--------------
src/backend/catalog/heap.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2025-06-18 05:57:25 pgsql: pg_dump: Allow pg_dump to dump the statistics for foreign tables
Previous Message Fujii Masao 2025-06-18 00:20:09 pgsql: doc: Reorder protocol version option descriptions in libpq docs.