Re: pgsql: Improve handling of parameter differences in physicalreplicatio - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: pgsql: Improve handling of parameter differences in physicalreplicatio
Date
Msg-id 777fd915-dd1e-3368-47f2-29239de2b2db@2ndquadrant.com
Whole thread Raw
In response to Re: pgsql: Improve handling of parameter differences in physicalreplicatio  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On 2020-03-30 20:10, Andres Freund wrote:
> Also, shouldn't dynahash be adjusted as well? There's e.g. the
> following HASH_ENTER path:
>                 /* report a generic message */
>                 if (hashp->isshared)
>                     ereport(ERROR,
>                             (errcode(ERRCODE_OUT_OF_MEMORY),
>                              errmsg("out of shared memory")));

Could you explain further what you mean by this?  I don't understand how 
this is related.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Richard Guo
Date:
Subject: Re: index paths and enable_indexscan
Next
From: davinder singh
Date:
Subject: Re: PG compilation error with Visual Studio 2015/2017/2019