Add pg_recvlogical —-endpos=LSN

Simon Riggs <simon@2ndQuadrant.com>

Commit: 7c030783a5bd07cadffc2a1018bc33119a4c7505
Author: Simon Riggs <simon@2ndQuadrant.com>
Date: 2017-01-04T19:02:07Z
Releases: 10.0
Add pg_recvlogical —-endpos=LSN

Allow pg_recvlogical to specify an ending LSN, complementing
the existing -—startpos=LSN option.

Craig Ringer, reviewed by Euler Taveira and Naoki Okano

Files

PathChange+/−
doc/src/sgml/ref/pg_recvlogical.sgml modified +34 −0
src/bin/pg_basebackup/pg_recvlogical.c modified +130 −15

Documentation touched