Re: pgsql: Improve handling of parameter differences in physical replicatio

Peter Eisentraut <peter.eisentraut@2ndquadrant.com>

From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Andres Freund <andres@anarazel.de>, Fujii Masao <masao.fujii@oss.nttdata.com>, pgsql-hackers@postgresql.org
Date: 2020-04-14T07:17:39Z
Lists: 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



Commits

  1. Revert "Improve handling of parameter differences in physical replication"

  2. Improve handling of parameter differences in physical replication