Inconsistent use of --slot/-S in pg_receivexlog and pg_recvlogical

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Inconsistent use of --slot/-S in pg_receivexlog and pg_recvlogical
Date: 2014-08-12 07:50:04
Message-ID: CAB7nPqQMR3F=62AjNKjr2y+-LOGw2au3GhV0bYxes+DWrt6E_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I noticed that pg_receivexlog is able to use --slot but not -S, even
if the code is written this way. Attached is a patch correcting that.
This makes pg_receivexlog consistent with pg_recvlogical regarding the
slot option.
IMHO, this should be backpatched to REL9_4_STABLE.
Regards,
--
Michael

Attachment Content-Type Size
20140812_pg_receivexlog_slot_option.patch text/x-patch 1.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2014-08-12 08:09:32 Re: postgresql.auto.conf and reload
Previous Message Michael Paquier 2014-08-12 07:34:27 Re: pg_receivexlog add synchronous mode