]> granicus.if.org Git - postgresql/commit
pg_recvlogical.c code review.
authorAndres Freund <andres@anarazel.de>
Mon, 29 Sep 2014 13:35:40 +0000 (15:35 +0200)
committerAndres Freund <andres@anarazel.de>
Wed, 1 Oct 2014 15:36:36 +0000 (17:36 +0200)
commit0cadfee37fba0e60a763c62b2d9010b9a2f15b5e
tree649af9b09bfc44ce2cbc8afa837d05147ee0b271
parentfc0acf43878bcd70dc1b701b054521d8553d2088
pg_recvlogical.c code review.

Several comments still referred to 'initiating', 'freeing', 'stopping'
replication slots. These were terms used during different phases of
the development of logical decoding, but are no long accurate.

Also rename StreamLog() to StreamLogicalLog() and add 'void' to the
prototype.

Author: Michael Paquier, with some editing by me.

Backpatch to 9.4 where pg_recvlogical was introduced.
src/bin/pg_basebackup/pg_recvlogical.c