Skip to content

Commit c18f51d

Browse files
committed
Fix a comment for MergeAttributes.
We forgot to adjust it when we changed relistemp to relpersistence.
1 parent c852e95 commit c18f51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/tablecmds.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ storage_name(char c)
11921192
* 'schema' is the column/attribute definition for the table. (It's a list
11931193
* of ColumnDef's.) It is destructively changed.
11941194
* 'supers' is a list of names (as RangeVar nodes) of parent relations.
1195-
* 'istemp' is TRUE if we are creating a temp relation.
1195+
* 'relpersistence' is a persistence type of the table.
11961196
*
11971197
* Output arguments:
11981198
* 'supOids' receives a list of the OIDs of the parent relations.

0 commit comments

Comments
 (0)