On Thu, Oct 23, 2014 at 10:00 AM, Michael Paquier
<michael.paqu...@gmail.com> 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 clear to me, I cannot apply this patch.

[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 #4 FAILED at 308.
3 out of 4 hunks FAILED -- saving rejects to file
doc/src/sgml/ref/pg_recvlogical.sgml.rej

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to