pgsql: Fix bug in generation.c's valgrind support.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bug in generation.c's valgrind support.
Date: 2017-11-24 18:43:40
Message-ID: E1eIIwu-0003F3-OW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix bug in generation.c's valgrind support.

This doesn't look like the last such bug, but it's one that the
test_decoding regression test is tripping over. Per buildfarm.

Tomas Vondra

Discussion: https://postgr.es/m/c903f275-2150-fa52-64bf-dca7b53ebf8d@fuzzy.cz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cc3c4af4a948e5c5be22afe769bab41235c574e5

Modified Files
--------------
src/backend/utils/mmgr/generation.c | 5 +++++
1 file changed, 5 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-11-24 19:13:12 Re: pgsql: Generational memory allocator
Previous Message Tom Lane 2017-11-24 18:31:53 Re: pgsql: Generational memory allocator