On 2023-Jun-16, Masahiko Sawada wrote:
> The walreceiver process doesn't use CRS_EXPORT_SNAPSHOT actually,
> right? I think replacing it with CRS_EXPORT_SNAPSHOT would rather
> confuse me
libpqwalreceiver.c does use it. But I agree -- I think it would be
better to not use the enum in walreceiver
On Fri, Jun 16, 2023 at 6:17 PM Masahiko Sawada wrote:
>
> On Fri, Jun 16, 2023 at 3:10 PM Wei Wang (Fujitsu)
> wrote:
> >
> > Hi,
> >
> > In the function WalReceiverMain, when the function walrcv_create_slot is
> > called,
> > the fourth parameter is assigned the value "0" instead of the enum v
On Fri, Jun 16, 2023 at 3:10 PM Wei Wang (Fujitsu)
wrote:
>
> Hi,
>
> In the function WalReceiverMain, when the function walrcv_create_slot is
> called,
> the fourth parameter is assigned the value "0" instead of the enum value
> "CRS_EXPORT_SNAPSHOT". I think it would be better to use the corres
On Fri, Jun 16, 2023 at 4:10 PM Wei Wang (Fujitsu)
wrote:
>
> Hi,
>
> In the function WalReceiverMain, when the function walrcv_create_slot is
> called,
> the fourth parameter is assigned the value "0" instead of the enum value
> "CRS_EXPORT_SNAPSHOT". I think it would be better to use the corres