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


Reply via email to