Re: pgsql: Flush Memoize cache when non-key parameters change

2021-11-24 Thread David Rowley
On Wed, 24 Nov 2021 at 20:27, David Rowley wrote: > > On Wed, 24 Nov 2021 at 17:31, Michael Paquier wrote: > > From what I can see, there are two separate problems here: > > - force_parallel_mode = regress. > > - -DRELCACHE_FORCE_RELEASE and/or -DCATCACHE_FORCE_RELEASE. > > Thanks. I missed addin

Re: pgsql: Flush Memoize cache when non-key parameters change

2021-11-23 Thread David Rowley
On Wed, 24 Nov 2021 at 17:31, Michael Paquier wrote: > From what I can see, there are two separate problems here: > - force_parallel_mode = regress. > - -DRELCACHE_FORCE_RELEASE and/or -DCATCACHE_FORCE_RELEASE. Thanks. I missed adding keyparamids to the copy/read/write functions. David

Re: pgsql: Flush Memoize cache when non-key parameters change

2021-11-23 Thread Michael Paquier
On Wed, Nov 24, 2021 at 03:18:53PM +1300, David Rowley wrote: > I'm currently looking into why the buildfarm does not like this. From what I can see, there are two separate problems here: - force_parallel_mode = regress. - -DRELCACHE_FORCE_RELEASE and/or -DCATCACHE_FORCE_RELEASE. Regards, -- Mich

Re: pgsql: Flush Memoize cache when non-key parameters change

2021-11-23 Thread David Rowley
On Wed, 24 Nov 2021 at 14:57, David Rowley wrote: > Flush Memoize cache when non-key parameters change I'm currently looking into why the buildfarm does not like this. David