postgresql/src/backend/replication/logical
Andres Freund e04a9ccd2c 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
2014-06-12 13:33:27 +02:00
..
Makefile Introduce logical decoding. 2014-03-03 16:32:18 -05:00
decode.c Fix unaligned accesses in DecodeUpdate(). 2014-05-17 15:53:21 -04:00
logical.c Consistency improvements for slot and decoding code. 2014-06-12 13:33:27 +02:00
logicalfuncs.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
reorderbuffer.c Fix a bunch of functions that were declared static then defined not-static. 2014-05-17 17:57:53 -04:00
snapbuild.c Fix off-by-one in decoding causing one-record events to be skipped. 2014-06-05 18:27:11 +02:00