aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2025-06-18 11:03:21 +0900
committerMichael Paquier <michael@paquier.xyz>2025-06-18 11:03:21 +0900
commit9e1183953f0aee6b8040cd782a8af9996f5ca942 (patch)
treee53a735fb2909cf51922263956234c98a6c5dbd6 /src/backend/catalog
parent428a87607b58949cfc35eeab94825e2de0d541a5 (diff)
downloadpostgresql-master.tar.gz
postgresql-master.zip
Document "relrewrite" at the top of heap_create_with_catalog()HEADmaster
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@sraoss.co.jp> Reviewed-by: Steven Niu <niushiji@gmail.com> Discussion: https://postgr.es/m/aE--bmEv-gJUTH5v@paquier.xyz
Diffstat (limited to 'src/backend/catalog')
-rw-r--r--src/backend/catalog/heap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/catalog/heap.c b/src/backend/catalog/heap.c
index fbaed5359ad..10f43c51c5a 100644
--- a/src/backend/catalog/heap.c
+++ b/src/backend/catalog/heap.c
@@ -1100,6 +1100,7 @@ AddNewRelationType(const char *typeName,
* if false, relacl is always set NULL
* allow_system_table_mods: true to allow creation in system namespaces
* is_internal: is this a system-generated catalog?
+ * relrewrite: link to original relation during a table rewrite
*
* Output parameters:
* typaddress: if not null, gets the object address of the new pg_type entry