pgsql: release memory used while flushing logical mappings

Started by Bruce Momjianover 12 years ago4 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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(-)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#1)
Re: pgsql: release memory used while flushing logical mappings

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

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#3Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#2)
Re: pgsql: release memory used while flushing logical mappings

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. +

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#4Bruce Momjian
bruce@momjian.us
In reply to: Bruce Momjian (#3)
Re: pgsql: release memory used while flushing logical mappings

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. +

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers