Re: table/index fillfactor control

From: ITAGAKI Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
To: "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: table/index fillfactor control
Date: 2006-06-07 01:42:54
Message-ID: 20060607100528.5102.ITAGAKI.TAKAHIRO@oss.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

"Jonah H. Harris" <jonah(dot)harris(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-06-07 02:39:43 Re: That EXPLAIN ANALYZE patch still needs work
Previous Message Christopher Browne 2006-06-07 01:11:19 Re: AIX check in datetime.h

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-06-07 02:48:55 Re: table/index fillfactor control
Previous Message Qingqing Zhou 2006-06-07 01:34:47 Re: remove lock protection on HeapTupleSatisfiesVacuum