pgsql: Maintain local LogwrtResult consistently

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Maintain local LogwrtResult consistently
Date: 2016-01-12 07:35:13
Message-ID: E1aItU1-0002CN-8k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Maintain local LogwrtResult consistently

Teach GetFlushRecPtr() to update LogwrtResult cache as performed by all other
functions in xlog.c

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1e29e6324ca7d52eb751c8d63881d1f7c44e3921

Modified Files
--------------
src/backend/access/transam/xlog.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2016-01-12 07:57:07 pgsql: Add new user fn pg_current_xlog_flush_location()
Previous Message Tom Lane 2016-01-12 01:13:38 pgsql: Remove no-longer-needed old-style check for incompatible plpytho