pgsql: 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: Add temporary debug logging, in 9.4 branch only.
Date: 2018-04-16 17:44:48
Message-ID: E1f88BM-0008BY-Oo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add temporary debug logging, in 9.4 branch only.

Commit 5ee940e1c served its purpose by demonstrating that buildfarm
member okapi is seeing some sort of locally-visible state mismanagement,
not a cross-process data visibility problem as I'd first theorized.
Put in some elog(LOG) messages in hopes of gathering more info about
exactly what's happening there. Again, this is temporary code to be
reverted once we have buildfarm results.

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

Branch
------
REL9_4_STABLE

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

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 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-04-16 19:08:01 pgsql: Ignore whole-rows in INSERT/CONFLICT with partitioned tables
Previous Message Tom Lane 2018-04-16 00:24:05 pgsql: Add temporary debugging assertion, in 9.4 branch only.