Skip to content
Snippets Groups Projects
Commit fea5bfde authored by Tom Lane's avatar Tom Lane
Browse files

Revert "Add temporary debugging assertion, in 9.4 branch only."

This reverts commit 5ee940e1.
Further debugging is needed, but it'll look different than this,
so for simplicity revert this first.
parent 5ee940e1
No related branches found
No related tags found
No related merge requests found
...@@ -773,9 +773,6 @@ DefineIndex(Oid relationId, ...@@ -773,9 +773,6 @@ DefineIndex(Oid relationId,
UnregisterSnapshot(snapshot); UnregisterSnapshot(snapshot);
InvalidateCatalogSnapshot(); 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 * The index is now valid in the sense that it contains all currently
* interesting tuples. But since it might not contain tuples deleted just * interesting tuples. But since it might not contain tuples deleted just
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment