mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Fix a comment for MergeAttributes.
We forgot to adjust it when we changed relistemp to relpersistence.
This commit is contained in:
parent
c852e95b0b
commit
c18f51da17
@ -1192,7 +1192,7 @@ storage_name(char c)
|
|||||||
* 'schema' is the column/attribute definition for the table. (It's a list
|
* 'schema' is the column/attribute definition for the table. (It's a list
|
||||||
* of ColumnDef's.) It is destructively changed.
|
* of ColumnDef's.) It is destructively changed.
|
||||||
* 'supers' is a list of names (as RangeVar nodes) of parent relations.
|
* 'supers' is a list of names (as RangeVar nodes) of parent relations.
|
||||||
* 'istemp' is TRUE if we are creating a temp relation.
|
* 'relpersistence' is a persistence type of the table.
|
||||||
*
|
*
|
||||||
* Output arguments:
|
* Output arguments:
|
||||||
* 'supOids' receives a list of the OIDs of the parent relations.
|
* 'supOids' receives a list of the OIDs of the parent relations.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user