pg_recvlogical.c code review.

Andres Freund <andres@anarazel.de>

Commit: 0cadfee37fba0e60a763c62b2d9010b9a2f15b5e
Author: Andres Freund <andres@anarazel.de>
Date: 2014-10-01T15:36:36Z
Releases: 9.4.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