Fix typo
Reported by Robins Tharakan
This commit is contained in:
parent
7e0c574ee2
commit
d8f632caec
@ -672,7 +672,7 @@ transformColumnDefinition(CreateStmtContext *cxt, ColumnDef *column)
|
|||||||
if (cxt->partbound)
|
if (cxt->partbound)
|
||||||
ereport(ERROR,
|
ereport(ERROR,
|
||||||
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
|
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
|
||||||
errmsg("identify columns are not supported on partitions")));
|
errmsg("identity columns are not supported on partitions")));
|
||||||
|
|
||||||
ctype = typenameType(cxt->pstate, column->typeName, NULL);
|
ctype = typenameType(cxt->pstate, column->typeName, NULL);
|
||||||
typeOid = HeapTupleGetOid(ctype);
|
typeOid = HeapTupleGetOid(ctype);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user