pgsql: pg_recvlogical.c code review. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: pg_recvlogical.c code review.
Date
Msg-id E1XZM2S-0006WX-Px@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fdf81c9a6cf94921084e52c8d2ff903bae362620

Modified Files
--------------
src/bin/pg_basebackup/pg_recvlogical.c |   20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: pg_recvlogical.c code review.
Next
From: Andres Freund
Date:
Subject: pgsql: Fix damange from wrongly split commit in fdf81c9a6cf94.