pgsql: pg_is_xlog_replay_paused(): remove super-user-only restriction - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: pg_is_xlog_replay_paused(): remove super-user-only restriction
Date
Msg-id E1XNLsd-0000kx-Us@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_is_xlog_replay_paused():  remove super-user-only restriction

Also update docs to mention which function are super-user-only.

Report by sys-milan@statpro.com

Backpatch through 9.4

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/01363beae52700c7425cb2d2452177133dad3e93

Modified Files
--------------
doc/src/sgml/func.sgml                 |    6 +++---
src/backend/access/transam/xlogfuncs.c |    5 -----
2 files changed, 3 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix bug in compressed GIN data leaf page splitting code.
Next
From: Bruce Momjian
Date:
Subject: pgsql: pg_is_xlog_replay_paused(): remove super-user-only restriction