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

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>, Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pgsql: Improve handling of parameter differences in physical replicatio
Date: 2020-04-14 07:17:39
Message-ID: 777fd915-dd1e-3368-47f2-29239de2b2db@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers 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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2020-04-14 16:34:11 pgsql: Rearrange _bt_insertonpg() "update metapage" code.
Previous Message Michael Paquier 2020-04-14 05:47:19 pgsql: Fix collection of typos and grammar mistakes in the tree, volume

Browse pgsql-hackers by date

  From Date Subject
Next Message davinder singh 2020-04-14 07:37:40 Re: PG compilation error with Visual Studio 2015/2017/2019
Previous Message Richard Guo 2020-04-14 07:12:56 Re: index paths and enable_indexscan