projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c852e95
)
Fix a comment for MergeAttributes.
author
Itagaki Takahiro
<
[email protected]
>
Mon, 7 Feb 2011 07:51:39 +0000
(16:51 +0900)
committer
Itagaki Takahiro
<
[email protected]
>
Mon, 7 Feb 2011 07:53:05 +0000
(16:53 +0900)
We forgot to adjust it when we changed relistemp to relpersistence.
src/backend/commands/tablecmds.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/tablecmds.c
b/src/backend/commands/tablecmds.c
index 6a17399eb6fe722f93fb9c229395bea83db96574..e935b7406c821bbaf50b8e919993a79bdc79273a 100644
(file)
--- a/
src/backend/commands/tablecmds.c
+++ b/
src/backend/commands/tablecmds.c
@@
-1192,7
+1192,7
@@
storage_name(char c)
* 'schema' is the column/attribute definition for the table. (It's a list
* of ColumnDef's.) It is destructively changed.
* '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:
* 'supOids' receives a list of the OIDs of the parent relations.