pgsql: Add new user fn pg_current_xlog_flush_location() - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Add new user fn pg_current_xlog_flush_location()
Date
Msg-id E1aItpD-0002a2-9m@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add new user fn pg_current_xlog_flush_location()

Tomas Vondra, reviewed by Michael Paquier and Amit Kapila
Minor edits by me

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e63bb4549a2f47b86de9fc21c9f8b00440f34f99

Modified Files
--------------
doc/src/sgml/func.sgml                 |   23 +++++++++++++++++------
src/backend/access/transam/xlogfuncs.c |   21 +++++++++++++++++++++
src/include/access/xlog_fn.h           |    1 +
src/include/catalog/pg_proc.h          |    2 ++
4 files changed, 41 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Maintain local LogwrtResult consistently
Next
From: Peter Eisentraut
Date:
Subject: pgsql: psql: Fix CREATE INDEX tab completion