Re: rewrite ExecPartitionCheckEmitError

2018-12-31 Thread David Rowley
On Sat, 29 Dec 2018 at 06:52, Alvaro Herrera wrote: > Point taken; pushed with that change. Marking this as committed in the CF app. -- David Rowley http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services

Re: rewrite ExecPartitionCheckEmitError

2018-12-28 Thread Alvaro Herrera
On 2018-Dec-07, Robert Haas wrote: > On Thu, Dec 6, 2018 at 5:22 PM Alvaro Herrera > wrote: > > Just on cleanliness grounds, I propose to rewrite the function in > > $SUBJECT. I came across this while reviewing some already-committed > > patch for partition pruning, and it's been sitting in my

Re: rewrite ExecPartitionCheckEmitError

2018-12-07 Thread Robert Haas
On Thu, Dec 6, 2018 at 5:22 PM Alvaro Herrera wrote: > Just on cleanliness grounds, I propose to rewrite the function in > $SUBJECT. I came across this while reviewing some already-committed > patch for partition pruning, and it's been sitting in my laptop ever > since. > > I think the current co