pg_recvlogical.c code review.

Andres Freund <andres@anarazel.de>

Commit: fdf81c9a6cf94921084e52c8d2ff903bae362620
Author: Andres Freund <andres@anarazel.de>
Date: 2014-10-01T15:35:07Z
Releases: 9.5.0
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.

Files

PathChange+/−
src/bin/pg_basebackup/pg_recvlogical.c modified +10 −10