pgsql: pg_is_xlog_replay_paused(): remove super-user-only restriction

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_is_xlog_replay_paused(): remove super-user-only restriction
Date: 2014-08-29 13:06:15
Message-ID: E1XNLsd-0000kx-Us@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)statpro(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2014-08-29 18:20:42 Re: pgsql: doc: Revert ALTER TABLESPACE summary line
Previous Message Heikki Linnakangas 2014-08-29 11:27:28 pgsql: Fix bug in compressed GIN data leaf page splitting code.