Add new user fn pg_current_xlog_flush_location()
Simon Riggs <simon@2ndQuadrant.com>
Add new user fn pg_current_xlog_flush_location() Tomas Vondra, reviewed by Michael Paquier and Amit Kapila Minor edits by me
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +17 −6 |
| src/backend/access/transam/xlogfuncs.c | modified | +21 −0 |
| src/include/access/xlog_fn.h | modified | +1 −0 |
| src/include/catalog/pg_proc.h | modified | +2 −0 |