On Wed, Mar 11, 2009 at 12:38 PM, Tom Lane <[email protected]> wrote: >> And there seems nothing diffcult to implement this. Is that true? > > No.
Eh? There's nothing difficult in implementing it. But there are a lot of other constants dependant on this value which are currently compile-time constants. The only downside I'm aware of is that with this change they become dynamically calculated values which might have a cpu cost since they'll be recalculated quite often. -- greg -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
