Skip to content

Commit 9e11839

Browse files
committed
Document "relrewrite" at the top of heap_create_with_catalog()
This parameter has been introduced in 325f2ec, and it was not documented contrary to all the other arguments of heap_create_with_catalog(). Reviewed-by: Yugo Nagata <[email protected]> Reviewed-by: Steven Niu <[email protected]> Discussion: https://postgr.es/m/[email protected]
1 parent 428a876 commit 9e11839

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/catalog/heap.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,6 +1100,7 @@ AddNewRelationType(const char *typeName,
11001100
* if false, relacl is always set NULL
11011101
* allow_system_table_mods: true to allow creation in system namespaces
11021102
* is_internal: is this a system-generated catalog?
1103+
* relrewrite: link to original relation during a table rewrite
11031104
*
11041105
* Output parameters:
11051106
* typaddress: if not null, gets the object address of the new pg_type entry

0 commit comments

Comments
 (0)