pg_create_logical_replication_slot returns text instead of name - Mailing list pgsql-hackers

From Masahiko Sawada
Subject pg_create_logical_replication_slot returns text instead of name
Date
Msg-id CAD21AoADYz_-eAqH5AVFaCaojcRgwpo9PW=u8kgTMys63oB8Cw@mail.gmail.com
Whole thread Raw
Responses Re: pg_create_logical_replication_slot returns text instead of name  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Hi,

The documentation[1] says that both pg_create_logical_replication_slot
and pg_create_physical_replication_slot returns slot_name as a name
type. But only pg_create_logical_replication_slot returns it as text
type. I think these should be united as the name type. Attached small
patch fixes it.

[1] https://www.postgresql.org/docs/devel/static/functions-admin.html#FUNCTIONS-REPLICATION

Regards,

--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Attachment

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: buildfarm vs code
Next
From: Heikki Linnakangas
Date:
Subject: Re: Temporary WAL segments files not cleaned up after an instancecrash