Re: Subscription tests fail under CLOBBER_CACHE_ALWAYS

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Subscription tests fail under CLOBBER_CACHE_ALWAYS
Date: 2021-05-19 05:21:21
Message-ID: CAA4eK1KUihPKB00UMP+tfdYuC2Ay9HAPZrLw=17u8jkfz4Ds2g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, May 19, 2021 at 10:35 AM Michael Paquier <michael(at)paquier(dot)xyz> wrote:
>
> On Wed, May 19, 2021 at 10:26:28AM +0530, Amit Kapila wrote:
> > How about moving AfterTriggerEndQuery() to apply_handle_*_internal
> > calls? That way, we might not even need to change Push/Pop calls.
>
> Isn't that going to be a problem when a tuple is moved to a new
> partition in the tuple routing?
>

Right, it won't work.

--
With Regards,
Amit Kapila.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2021-05-19 05:34:31 Re: postgres_fdw - should we tighten up batch_size, fetch_size options against non-numeric values?
Previous Message Michael Paquier 2021-05-19 05:17:31 Re: pg_get_wal_replay_pause_state() should not return 'paused' while a promotion is ongoing.