Re: pgsql: Avoid creation of the free space map for small heap relations, t

From: John Naylor <john(dot)naylor(at)2ndquadrant(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Amit Kapila <akapila(at)postgresql(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Avoid creation of the free space map for small heap relations, t
Date: 2019-02-27 05:19:18
Message-ID: CACPNZCu_LwwzRuvCuvy1z1BBca8vj3dPG-1hwbB=ixx=Bcds=w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Tue, Feb 26, 2019 at 10:28 AM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
> John, others, can you review my findings and patch?

I can confirm your findings with your debugging steps. Nice work!

--
John Naylor https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-02-27 05:21:40 pgsql: Fix memory leak when inserting tuple at relation creation for CT
Previous Message Andres Freund 2019-02-27 04:41:28 pgsql: Allow to use HeapTupleData embedded in [Buffer]HeapTupleTableSlo

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2019-02-27 05:21:52 Re: TupleTableSlot abstraction
Previous Message Andrew Gierth 2019-02-27 05:16:34 Re: Early WIP/PoC for inlining CTEs