RE: pg_recvlogical cannot create slots with failover=true

Zhijie Hou (Fujitsu) <houzj.fnst@fujitsu.com>

From: "Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>
To: Masahiko Sawada <sawada.mshk@gmail.com>, "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>
Cc: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2025-04-07T02:18:58Z
Lists: pgsql-hackers

Attachments

On Sat, Apr 5, 2025 at 1:45 AM Masahiko Sawada wrote:

Hi,

> Thank you for updating the patch! Pushed with small cosmetic changes.

Thanks for pushing the feature !

I noticed one typo in the doc and here is a tiny patch to fix it.

-        The <option>--two-phase</option> and <option>--falover</option> options
+        The <option>--two-phase</option> and <option>--failover</option> options

Best Regards,
Hou zj

Commits

  1. pg_recvlogical: Rename --two-phase and --failover options.

  2. doc: Fix a typo in pg_recvlogical documentation.

  3. pg_recvlogical: Add --failover option.