From: | Andres Freund <andres(at)anarazel(dot)de> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Consistency improvements for slot and decoding code. |
Date: | 2014-06-12 11:32:20 |
Message-ID: | E1Wv3Ey-0005rp-4O@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Consistency improvements for slot and decoding code.
Change the order of checks in similar functions to be the same; remove
a parameter that's not needed anymore; rename a memory context and
expand a couple of comments.
Per review comments from Amit Kapila
Branch
------
REL9_4_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/d52a6c4944c1d83cfaae53e20561c53220e7968b
Modified Files
--------------
src/backend/access/transam/xlog.c | 2 +-
src/backend/replication/logical/logical.c | 2 +-
src/backend/replication/slot.c | 2 +-
src/backend/replication/slotfuncs.c | 17 +++++++++++------
src/backend/replication/walsender.c | 9 +++++++--
src/include/replication/slot.h | 2 +-
6 files changed, 22 insertions(+), 12 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2014-06-12 11:33:37 | pgsql: Consistency improvements for slot and decoding code. |
Previous Message | Noah Misch | 2014-06-11 23:54:24 | pgsql: Have configuration templates augment, not replace, LDFLAGS. |