pgsql: release memory used while flushing logical mappings
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
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
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
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