Re: Pre-allocated free space for row updating (like PCTFREE) - Mailing list pgsql-hackers

From Satoshi Nagayasu
Subject Re: Pre-allocated free space for row updating (like PCTFREE)
Date
Msg-id 430D113B.90409@nttdata.co.jp
Whole thread Raw
In response to Re: Pre-allocated free space for row updating (like PCTFREE)  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
Josh,

Josh Berkus wrote:
> Hmmm ... I don't see where I set the GUC.   How am I supposed to vary the
> PCTFREE amount?

Well, currently PCTFREE size(1024 bytes) is fixed in the code,
because this hack is written just to check the effort of PCTFREE stuffs.

I will move the variable into the GUC later.

Thanks.
-- 
NAGAYASU Satoshi <nagayasus@nttdata.co.jp>


pgsql-hackers by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: 8.1 release notes
Next
From: Bruce Momjian
Date:
Subject: Update pg_config.h.win32 for beta?