Re: Inheritance planner CPU and memory usage change since 9.3.2 - Mailing list pgsql-hackers

From Petr Jelinek
Subject Re: Inheritance planner CPU and memory usage change since 9.3.2
Date
Msg-id 558351E8.3040801@2ndquadrant.com
Whole thread Raw
In response to Re: Inheritance planner CPU and memory usage change since 9.3.2  (Petr Jelinek <petr@2ndquadrant.com>)
Responses Re: Inheritance planner CPU and memory usage change since 9.3.2  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 2015-06-19 01:04, Petr Jelinek wrote:
> On 2015-06-19 00:38, Petr Jelinek wrote:
>> On 2015-06-18 22:04, Tom Lane wrote:
>>>
>>> By the by, the tablesample additions to range_table_mutator are
>>> obviously
>>> broken.
>>>
>>
>> Bah, typos. Attached patch corrects them.
>>
>
> Actually it should probably look more like this, sorry.
>

Apparently it's not a good idea to do this at 1AM after long day :/

The previous diff included some garbage in tests from my local
experimentations.

--
  Petr Jelinek                  http://www.2ndQuadrant.com/
  PostgreSQL Development, 24x7 Support, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Petr Jelinek
Date:
Subject: Re: Inheritance planner CPU and memory usage change since 9.3.2
Next
From: Eric Ridge
Date:
Subject: Re: Weirdness using Executor Hooks