On Thu, Nov 15, 2012 at 4:13 PM, Peter Geoghegan <[email protected]> wrote: > On 15 November 2012 19:54, Greg Stark <[email protected]> wrote: >> The only concern I had was about the behaviour after it did the >> special case. I didn't want it to keep doing the math and trying to >> grow again a little bit every tuple. I think I was leaning to putting >> the magic flag back. > > The alternative might just be to add a new constant to the > TupSortStatus enum. That might be more logical.
That seems like a misfit to me, but throwing in "bool cangrowmemtuples" or something like that seems like a good solution. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
