Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c18f51d

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/backend/commands/tablecmds.c

Copy file name to clipboardExpand all lines: src/backend/commands/tablecmds.c
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.