Re: pg_recvlogical cannot create slots with failover=true
Masahiko Sawada <sawada.mshk@gmail.com>
From: Masahiko Sawada <sawada.mshk@gmail.com>
To: "Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>
Cc: "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2025-04-07T19:15:28Z
Lists: pgsql-hackers
On Sun, Apr 6, 2025 at 7:19 PM Zhijie Hou (Fujitsu) <houzj.fnst@fujitsu.com> wrote: > > 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 Thank you for the report and the patch! Pushed. Regards, -- Masahiko Sawada Amazon Web Services: https://aws.amazon.com
Commits
-
pg_recvlogical: Rename --two-phase and --failover options.
- 6d12d5a433c9 18.0 landed
-
doc: Fix a typo in pg_recvlogical documentation.
- a13d49014dea 18.0 landed
-
pg_recvlogical: Add --failover option.
- cf2655a9029a 18.0 landed