projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27866bd
)
Fix typo in comment
author
Peter Eisentraut
<peter_e@gmx.net>
Thu, 29 Dec 2016 17:00:00 +0000
(12:00 -0500)
committer
Peter Eisentraut
<peter_e@gmx.net>
Thu, 29 Dec 2016 16:27:41 +0000
(11:27 -0500)
src/backend/commands/tablecmds.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/tablecmds.c
b/src/backend/commands/tablecmds.c
index b0e3f28aeabb9e5812c74f95d7124436adb620c1..2f605ce83d5ad06c8123bd01f83af3ae3ba72f43 100644
(file)
--- a/
src/backend/commands/tablecmds.c
+++ b/
src/backend/commands/tablecmds.c
@@
-1604,7
+1604,7
@@
MergeAttributes(List *schema, List *supers, char relpersistence,
* execute if the user attempts to create a table with hundreds of
* thousands of columns.
*
- * Note that we also need to check that
any
we do not exceed this figure
+ * Note that we also need to check that we do not exceed this figure
* after including columns from inherited relations.
*/
if (list_length(schema) > MaxHeapAttributeNumber)