mirror of https://github.com/citusdata/citus.git
Fix formatting issue
parent
2f879f0e26
commit
15c427e942
|
@ -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:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue