On Tue, Oct 28, 2014 at 12:12 AM, Robert Haas wrote:
> Committed and back-patched to 9.4.
Thanks.
--
Michael
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On Fri, Oct 24, 2014 at 5:14 PM, Michael Paquier
wrote:
> On Fri, Oct 24, 2014 at 7:42 PM, Robert Haas wrote:
>> [rhaas pgsql]$ patch -p1 < ~/Downloads/20141023_pg_recvlogical_fixes.patch
>> patching file doc/src/sgml/ref/pg_recvlogical.sgml
>> Hunk #1 succeeded at 270 with fuzz 1 (offset 165 lin
On Fri, Oct 24, 2014 at 7:42 PM, Robert Haas wrote:
> [rhaas pgsql]$ patch -p1 < ~/Downloads/20141023_pg_recvlogical_fixes.patch
> patching file doc/src/sgml/ref/pg_recvlogical.sgml
> Hunk #1 succeeded at 270 with fuzz 1 (offset 165 lines).
> Hunk #2 FAILED at 282.
> Hunk #3 FAILED at 295.
> Hunk
On Thu, Oct 23, 2014 at 10:00 AM, Michael Paquier
wrote:
> pg_recvlogical is missing some "=" signs for a couple of option names where
> double-dash is used, like this one:
> --username user
> should be that:
> --username=user
>
> Attached is a patch correcting that.
For reasons that are not clea
Hi all,
pg_recvlogical is missing some "=" signs for a couple of option names where
double-dash is used, like this one:
--username user
should be that:
--username=user
Attached is a patch correcting that.
Regards,
--
Michael
diff --git a/doc/src/sgml/ref/pg_recvlogical.sgml b/doc/src/sgml/ref/pg