diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-04-16 13:23:35 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-04-16 13:23:35 -0400 |
commit | fea5bfde1673fdbcf3ae2ce1ce3d5df2743e5653 (patch) | |
tree | 94bab9e1bde5ff0dd7d9c089295a8b4c91358a83 /src | |
parent | 5ee940e1cdb6af3af52bb01e44aac63f3a73a28d (diff) |
Revert "Add temporary debugging assertion, in 9.4 branch only."
This reverts commit 5ee940e1cdb6af3af52bb01e44aac63f3a73a28d.
Further debugging is needed, but it'll look different than this,
so for simplicity revert this first.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/commands/indexcmds.c | 3 |
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 |