]> 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:35:07 +0000 (17:35 +0200)
commitfdf81c9a6cf94921084e52c8d2ff903bae362620
treed7ae73b7286d57d2b0a5ebf0f13cc6b6d125710e
parent5fa6c81a43d047a070eff1f711b90c084c6d3e31
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