Re: [HACKERS] WIP Patch: Precalculate stable functions,infrastructure v1 - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: [HACKERS] WIP Patch: Precalculate stable functions,infrastructure v1
Date
Msg-id CAPpHfdtF+P=GvYB83q1y_h9B7awNoT1FNb+=E79qCjoSUnbp0g@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] WIP Patch: Precalculate stable functions, infrastructure v1  (Marina Polyakova <m.polyakova@postgrespro.ru>)
Responses Re: [HACKERS] WIP Patch: Precalculate stable functions,infrastructure v1  (Aleksander Alekseev <a.alekseev@postgrespro.ru>)
List pgsql-hackers
On Thu, May 4, 2017 at 7:51 PM, Marina Polyakova <m.polyakova@postgrespro.ru> wrote:
and here I send infrastructure patch which includes <...>

Next 2 patches:

Patch 'planning and execution', which includes:
- replacement nonvolatile functions and operators by appropriate cached expressions;
- planning and execution cached expressions;
- regression tests.

Patch 'costs', which includes cost changes for cached expressions (according to their behaviour).

Great, thank you for your work.
It's good and widely used practice to prepend number to the patch name while dealing with patch set.

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [HACKERS] PG 10 release notes
Next
From: Andreas Karlsson
Date:
Subject: Re: [HACKERS] CTE inlining