mirror of
https://github.com/postgres/postgres.git
synced 2026-02-24 18:37:22 -05:00
Revert "Add temporary debugging assertion, in 9.4 branch only."
This reverts commit 5ee940e1cd.
Further debugging is needed, but it'll look different than this,
so for simplicity revert this first.
This commit is contained in:
parent
5ee940e1cd
commit
fea5bfde16
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue