Re: fillfactor for toast tables is useless? - Mailing list pgsql-hackers

From ITAGAKI Takahiro
Subject Re: fillfactor for toast tables is useless?
Date
Msg-id 20090217093434.F176.52131E4D@oss.ntt.co.jp
Whole thread Raw
In response to Re: fillfactor for toast tables is useless?  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
List pgsql-hackers
ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> wrote:

> The attached is a patch to change 3 things:
>   - Reject toast.fillfactor.
>   - Modify relopt_kind to bit flags.
>   - Report relation type on "unrecognized parameter" errors.

I registered the patch as an open item:
http://wiki.postgresql.org/wiki/PostgreSQL_8.4_Open_Items

Comments and discussions welcome.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center




pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pg_restore --multi-thread
Next
From: ITAGAKI Takahiro
Date:
Subject: Re: Questions about parsing boolean and casting to anyelement