pgsql: Add more 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: Add more temporary debug logging, in 9.4 branch only.
Date: 2018-04-17 15:27:14
Message-ID: E1f8SVm-0000X7-7n@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add more temporary debug logging, in 9.4 branch only.

Last night's results were inconclusive, but after more staring at the
code I've thought of some more data to gather.

Discussion: https://postgr.es/m/6744.1523833660@sss.pgh.pa.us

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/eef1a609adfd0c41361aac2e04020bd199fb61fb

Modified Files
--------------
src/backend/commands/indexcmds.c | 2 ++
src/backend/utils/time/snapmgr.c | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-04-17 15:29:33 pgsql: Improve coverage of nodeAppend runtime partition prune
Previous Message Tatsuo Ishii 2018-04-17 08:13:41 pgsql: Add more infinite recursion detection while locking a view.