diff --git a/src/common/backend/catalog/heap.cpp b/src/common/backend/catalog/heap.cpp index 80b163bdc51a4cf509cb70e2c7d1f4c9d499333f..7309b33ce0f541d190c24e3a57ff8186f8b1585d 100644 --- a/src/common/backend/catalog/heap.cpp +++ b/src/common/backend/catalog/heap.cpp @@ -7033,6 +7033,7 @@ Oid AddNewIntervalPartition(Relation rel, void* insertTuple, int *partitionno, b */ CommandCounterIncrement(); + // AcceptInvalidationMessages(); /* * If add interval partition in the DDL, do not need to change the csn * because the scn has been changed in the DDL.