Re: [HACKERS] Small problem with PlaceHolderVar mechanism

2009-04-28 Thread Tom Lane
Alvaro Herrera writes: > Greg Stark wrote: >> On Tue, Apr 28, 2009 at 4:41 PM, Tom Lane wrote: >>> Another place where planner regression tests might've helped :-( >> >> I would suggest we start gathering up such tests in an sql file now >> and worry about how to compare the output later. > At

Re: [HACKERS] Small problem with PlaceHolderVar mechanism

2009-04-28 Thread Tom Lane
Greg Stark writes: > On Tue, Apr 28, 2009 at 4:41 PM, Tom Lane wrote: >> Another place where planner regression tests might've helped :-( > I would suggest we start gathering up such tests in an sql file now > and worry about how to compare the output later. If anyone feels like doing the legwo

Re: [HACKERS] Small problem with PlaceHolderVar mechanism

2009-04-28 Thread Alvaro Herrera
Greg Stark wrote: > On Tue, Apr 28, 2009 at 4:41 PM, Tom Lane wrote: > > Another place where planner regression tests might've helped :-( > > I would suggest we start gathering up such tests in an sql file now > and worry about how to compare the output later. At the very least, we could run the

Re: [HACKERS] Small problem with PlaceHolderVar mechanism

2009-04-28 Thread Greg Stark
On Tue, Apr 28, 2009 at 4:41 PM, Tom Lane wrote: > Another place where planner regression tests might've helped :-( I would suggest we start gathering up such tests in an sql file now and worry about how to compare the output later. There are a lot of people who can put together some perl hackery