Thread: pgsql: release memory used while flushing logical mappings

pgsql: release memory used while flushing logical mappings

From
Bruce Momjian
Date:
release memory used while flushing logical mappings

Patch by Ants Aasma

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4d0d607a454ee832574afd52a3c515099cc85eb3

Modified Files
--------------
src/backend/access/heap/rewriteheap.c |    3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


Re: pgsql: release memory used while flushing logical mappings

From
Tom Lane
Date:
Bruce Momjian <bruce@momjian.us> writes:
> release memory used while flushing logical mappings

I imagine this patch is the reason why half the buildfarm is red.

            regards, tom lane


Re: pgsql: release memory used while flushing logical mappings

From
Bruce Momjian
Date:
On Tue, Apr 22, 2014 at 10:09:33PM -0400, Tom Lane wrote:
> Bruce Momjian <bruce@momjian.us> writes:
> > release memory used while flushing logical mappings
>
> I imagine this patch is the reason why half the buildfarm is red.

I am able to reproduce the failure;  it is in that pesky
contrib/test_decoding test.  Checking more.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +


Re: pgsql: release memory used while flushing logical mappings

From
Bruce Momjian
Date:
On Tue, Apr 22, 2014 at 10:16:29PM -0400, Bruce Momjian wrote:
> On Tue, Apr 22, 2014 at 10:09:33PM -0400, Tom Lane wrote:
> > Bruce Momjian <bruce@momjian.us> writes:
> > > release memory used while flushing logical mappings
> >
> > I imagine this patch is the reason why half the buildfarm is red.
>
> I am able to reproduce the failure;  it is in that pesky
> contrib/test_decoding test.  Checking more.

OK, I have reverted it.  You are right that it was the "release memory"
patch causing it.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +