Re: Minimal logical decoding on standbys - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: Minimal logical decoding on standbys
Date
Msg-id b753b7d88519b3f32d1c37d4ad062ed4fe842f76.camel@j-davis.com
Whole thread Raw
In response to Re: Minimal logical decoding on standbys  (Jeff Davis <pgsql@j-davis.com>)
Responses Re: Minimal logical decoding on standbys  (Masahiko Sawada <sawada.mshk@gmail.com>)
List pgsql-hackers
On Thu, 2023-03-02 at 23:58 -0800, Jeff Davis wrote:
> On Thu, 2023-03-02 at 11:45 -0800, Jeff Davis wrote:
> > In this case it looks easier to add the right API than to be sure
> > about
> > whether it's needed or not.
>
> I attached a sketch of one approach. I'm not very confident that it's
> the right API or even that it works as I intended it, but if others
> like the approach I can work on it some more.

Another approach might be to extend WaitEventSets() to be able to wait
on Condition Variables, rather than Condition Variables waiting on
WaitEventSets. Thoughts?

Regards,
    Jeff Davis





pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Simplify some codes in pgoutput
Next
From: Amit Kapila
Date:
Subject: Re: Simplify some codes in pgoutput