Re: pg_create_logical_replication_slot returns text instead of name

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_create_logical_replication_slot returns text instead of name
Date: 2018-07-13 02:22:11
Message-ID: 20180713022211.GL1167@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jul 13, 2018 at 11:14:01AM +0900, Masahiko Sawada wrote:
> Hmm, I'm also not sure about the policy of usage of name data type for
> columns that show an object identifier on external servers. There is a
> similar case; we have the pubname in pg_subscritpion as name type
> whereas the subpublications in pg_subscription is text[] type.

Let's not bother then. In the case of the function you pointed out the
intention behind the code was clear anyway, so that's better now.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christophe Pettus 2018-07-13 02:22:50 Re: requested timeline ... does not contain minimum recovery point ...
Previous Message Imai, Yoshikazu 2018-07-13 02:14:58 RE: Locking B-tree leafs immediately in exclusive mode