]> granicus.if.org Git - postgresql/commit
Consistency improvements for slot and decoding code.
authorAndres Freund <andres@anarazel.de>
Thu, 12 Jun 2014 11:23:46 +0000 (13:23 +0200)
committerAndres Freund <andres@anarazel.de>
Thu, 12 Jun 2014 11:33:27 +0000 (13:33 +0200)
commite04a9ccd2ccd6e31cc4af6b08257a0a186d0fce8
tree0b4cfac319bf2fe9789704ccdb34210ede5ad9fe
parent4d92b158555452ba62ee3caf5c5546fd4a8cba5b
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
src/backend/access/transam/xlog.c
src/backend/replication/logical/logical.c
src/backend/replication/slot.c
src/backend/replication/slotfuncs.c
src/backend/replication/walsender.c
src/include/replication/slot.h