From: Pavan D. <pav...@gm...> - 2013-07-04 10:08:32
|
On Thu, Jul 4, 2013 at 3:21 PM, Michael Paquier <mic...@gm...>wrote: > > generate_series has has never been fixed for hash tables as far as I > recall. Hmm.. that could well be the case. I am immensely surprised and disappointed if that's true though. IMHO any PostgreSQL user will most likely fire that statement soon after creating a table to populate test data. It does not sound nice if the very first statement errors out. What stops us from supporting that, except of course lack of development time ? Is it a hard problem to crack ? I assume its the former because we just need to put it through the slow path instead of FQS, no ? Thanks, Pavan |