Thread: pgsql: Add new user fn pg_current_xlog_flush_location()

pgsql: Add new user fn pg_current_xlog_flush_location()

From
Simon Riggs
Date:
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(-)