Re: move PartitionBoundInfo creation code
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-11-13T13:35:11Z
Lists: pgsql-hackers
On Tue, Nov 13, 2018 at 09:58:08AM -0300, Alvaro Herrera wrote: > "the context that was active when the function was called" is typically > expressed simply as "the current memory context". Perhaps the whole > phrase can be reduced to "The object returned by this function is wholly > allocated in the current memory context"? Yes, that looks cleaner. I am planning to do a last lookup round on tomorrow morning my time before committing, so I may still tweak a couple of other words... -- Michael
Commits
-
Refactor code creating PartitionBoundInfo
- b52b7dc250bb 12.0 landed