pgsql: Refactor headers to split out standby defs

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Refactor headers to split out standby defs
Date: 2016-01-21 02:52:21
Message-ID: E1aM5MD-0001QS-OT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Refactor headers to split out standby defs

Jeff Janes

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c80b31d557cb4b2d2a65cb0a7e71fd961834fdb2

Modified Files
--------------
src/backend/access/rmgrdesc/standbydesc.c | 2 +-
src/bin/pg_xlogdump/rmgrdesc.c | 2 +-
src/include/storage/standby.h | 36 +-------------------
src/include/storage/standbydefs.h | 53 +++++++++++++++++++++++++++++
4 files changed, 56 insertions(+), 37 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2016-01-21 16:27:55 pgsql: Remove unused argument from ginInsertCleanup()
Previous Message Simon Riggs 2016-01-21 02:40:58 pgsql: Speedup 2PC by skipping two phase state files in normal path