pgsql: Refactor code retrieving string for RecoveryPauseState - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Refactor code retrieving string for RecoveryPauseState
Date
Msg-id E1vyLK0-002bqp-0P@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Refactor code retrieving string for RecoveryPauseState

This refactoring is going to be useful in an upcoming commit, to avoid
some code duplication with the function pg_get_wal_replay_pause_state(),
that returns a string for the recovery pause state.

Refactoring opportunity noticed while hacking on a different patch.

Discussion: https://postgr.es/m/CABPTF7W+Nody-+P9y4PNk37-QWuLpfUrEonHuEhrX+Vx9Kq+Kw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/42a12856a6a09e6477a8e9156cfa39cc3a8708e0

Modified Files
--------------
src/backend/access/transam/xlogfuncs.c | 47 ++++++++++++++++++++++------------
1 file changed, 31 insertions(+), 16 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Be more wary of false matches in initdb's replace_token().
Next
From: Michael Paquier
Date:
Subject: pgsql: Add system view pg_stat_recovery