pg_recvlogical cannot create slots with failover=true
Hayato Kuroda (Fujitsu) <kuroda.hayato@fujitsu.com>
From: "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>
To: "'pgsql-hackers@lists.postgresql.org'" <pgsql-hackers@lists.postgresql.org>
Date: 2025-04-01T08:01:32Z
Lists: pgsql-hackers
Attachments
- 0001-Allow-pg_recvlogical-to-create-slots-with-failover-t.patch (application/octet-stream) patch 0001
Dear hackers, While reviewing threads I found $SUBJECT. I think it does not affect to output, but I could not find strong reasons not to support it. Also, this can be used for testing purpose, i.e., DBAs can verify the slot-sync can work on their system by only using pg_recvlogical. Attached patch implements it. Since -f/-F option has already been used, -O was chosen for the short-version. Better idea is very welcomed. How do you feel? Best regards, Hayato Kuroda FUJITSU LIMITED
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