Re: table/index fillfactor control - Mailing list pgsql-patches

From ITAGAKI Takahiro
Subject Re: table/index fillfactor control
Date
Msg-id 20060607100528.5102.ITAGAKI.TAKAHIRO@oss.ntt.co.jp
Whole thread Raw
In response to Re: table/index fillfactor control  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Responses Re: table/index fillfactor control
List pgsql-patches
"Jonah H. Harris" <jonah.harris@gmail.com> wrote:
> There's 4 shift/reduce conflicts which I believe are caused by having
> used WITH... did you plan to fix this?

Thanks for pointing out. I realized it is a confliction between
WITH OIDS and WITH (options).

I'll try to treat CreateStmt.hasoids as one of the options internally,
with SQL-level backward compatibility.

---
ITAGAKI Takahiro
NTT OSS Center



pgsql-patches by date:

Previous
From: "Qingqing Zhou"
Date:
Subject: Re: remove lock protection on HeapTupleSatisfiesVacuum
Next
From: Tom Lane
Date:
Subject: Re: table/index fillfactor control