Re: Add common function ReplicationOriginName. - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: Add common function ReplicationOriginName.
Date
Msg-id CAJ7c6TPA=nczG2=oFckm7cTJKDFsYo-2X4cPirohj6J5sFmd-A@mail.gmail.com
Whole thread Raw
In response to Re: Add common function ReplicationOriginName.  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: Add common function ReplicationOriginName.
Re: Add common function ReplicationOriginName.
Re: Add common function ReplicationOriginName.
List pgsql-hackers
Hi Amit,

> I think it is better to use Size. Even though, it may not fail now as
> the size of names for origin will always be much lesser but it is
> better if we are consistent. If we agree with this, then as a first
> patch, we can make it to use Size in existing places and then
> introduce this new function.

OK, here is the updated patchset.

* 0001 replaces int's with Size's in the existing code
* 0002 applies Peter's patch on top of 0001

-- 
Best regards,
Aleksander Alekseev

Attachment

pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher
Next
From: Melih Mutlu
Date:
Subject: Re: Summary function for pg_buffercache