We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee940e commit fea5bfdCopy full SHA for fea5bfd
src/backend/commands/indexcmds.c
@@ -773,9 +773,6 @@ DefineIndex(Oid relationId,
773
UnregisterSnapshot(snapshot);
774
InvalidateCatalogSnapshot();
775
776
- /* Temporary debug check: we should be advertising we have no snapshots. */
777
- Assert(MyPgXact->xmin == InvalidTransactionId);
778
-
779
/*
780
* The index is now valid in the sense that it contains all currently
781
* interesting tuples. But since it might not contain tuples deleted just
0 commit comments