Fix formatting issue

pull/1467/head
Onder Kalaci 2017-06-28 09:56:33 +03:00
parent 2f879f0e26
commit 15c427e942
1 changed files with 8 additions and 8 deletions

View File

@ -1880,14 +1880,14 @@ ErrorIfUnsupportedAlterTableStmt(AlterTableStmt *alterTableStatement)
#if (PG_VERSION_NUM >= 100000)
case AT_AttachPartition:
#endif
{
/*
* We will not perform any special check for ALTER TABLE DROP CONSTRAINT
* , ALTER TABLE .. ALTER COLUMN .. SET NOT NULL and ALTER TABLE ENABLE/
* DISABLE TRIGGER ALL
*/
break;
}
{
/*
* We will not perform any special check for ALTER TABLE DROP CONSTRAINT
* , ALTER TABLE .. ALTER COLUMN .. SET NOT NULL and ALTER TABLE ENABLE/
* DISABLE TRIGGER ALL
*/
break;
}
default:
{