summaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/commands/indexcmds.c')
-rw-r--r--src/backend/commands/indexcmds.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/commands/indexcmds.c b/src/backend/commands/indexcmds.c
index 9d48032617c..05afcb0088d 100644
--- a/src/backend/commands/indexcmds.c
+++ b/src/backend/commands/indexcmds.c
@@ -773,9 +773,6 @@ DefineIndex(Oid relationId,
UnregisterSnapshot(snapshot);
InvalidateCatalogSnapshot();
- /* Temporary debug check: we should be advertising we have no snapshots. */
- Assert(MyPgXact->xmin == InvalidTransactionId);
-
/*
* The index is now valid in the sense that it contains all currently
* interesting tuples. But since it might not contain tuples deleted just