On Wed, Jan 31, 2018 at 08:47:57AM +0300, Alexander Lakhin wrote: > Please consider committing the attached patch to fix a typo in error > message.
Yeah.. > if (cxt->ofType) > ereport(ERROR, > (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), > - errmsg("identity colums are not > supported on typed tables"))); > + errmsg("identity columns are not > supported on typed tables"))); > if (cxt->partbound) > ereport(ERROR, > (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), The indentation for this ereport() is weird as well here. -- Michael
signature.asc
Description: PGP signature