PATCH: add pg_current_xlog_flush_location function

From: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: PATCH: add pg_current_xlog_flush_location function
Date: 2015-12-12 18:37:45
Message-ID: 566C6979.8090605@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

attached is a patch adding a function pg_current_xlog_flush_location(),
which proved quite useful when investigating the ext4 data loss bug.
It's mostly what was already sent to that thread, except for docs that
were missing in the initial version.

I'll put this into 2016-01 CF.

regards

--
Tomas Vondra http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
xlog-flush-func-v1.patch text/x-diff 6.8 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jaime Casanova 2015-12-12 19:31:59 Re: Disabling an index temporarily
Previous Message Tom Lane 2015-12-12 18:28:28 Re: Bootstrap DATA is a pita