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) #if (PG_VERSION_NUM >= 100000)
case AT_AttachPartition: case AT_AttachPartition:
#endif #endif
{ {
/* /*
* We will not perform any special check for ALTER TABLE DROP CONSTRAINT * We will not perform any special check for ALTER TABLE DROP CONSTRAINT
* , ALTER TABLE .. ALTER COLUMN .. SET NOT NULL and ALTER TABLE ENABLE/ * , ALTER TABLE .. ALTER COLUMN .. SET NOT NULL and ALTER TABLE ENABLE/
* DISABLE TRIGGER ALL * DISABLE TRIGGER ALL
*/ */
break; break;
} }
default: default:
{ {