mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
Fix typo in comment
This commit is contained in:
@ -1604,7 +1604,7 @@ MergeAttributes(List *schema, List *supers, char relpersistence,
|
|||||||
* execute if the user attempts to create a table with hundreds of
|
* execute if the user attempts to create a table with hundreds of
|
||||||
* thousands of columns.
|
* 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.
|
* after including columns from inherited relations.
|
||||||
*/
|
*/
|
||||||
if (list_length(schema) > MaxHeapAttributeNumber)
|
if (list_length(schema) > MaxHeapAttributeNumber)
|
||||||
|
Reference in New Issue
Block a user