pgsql: Revert "Add temporary debug logging, in 9.4 branch only."

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Add temporary debug logging, in 9.4 branch only."
Date: 2018-04-18 16:07:55
Message-ID: E1f8pch-0004ps-IK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Add temporary debug logging, in 9.4 branch only."

This reverts commit e55380f3b60108d402f64131fe655b0e5ccc1f31.
It's served its purpose.

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/92b503c48d9d98657c59fe630f44b80efaab87de

Modified Files
--------------
src/backend/commands/indexcmds.c | 6 ------
src/backend/utils/time/snapmgr.c | 14 --------------
src/include/utils/snapmgr.h | 2 --
3 files changed, 22 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2018-04-18 18:12:28 Re: pgsql: Skip full index scan during cleanup of B-tree indexes when possi
Previous Message Heikki Linnakangas 2018-04-18 09:51:47 pgsql: Improve docs for the new INCLUDE directive in CREATE/ALTER TABLE