Re: reloptions with a "namespace"

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Khee Chin <kheechin(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: reloptions with a "namespace"
Date: 2009-04-03 19:33:15
Message-ID: 20090403193315.GL23023@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Khee Chin escribió:

> After some debugging in reloptions.c, I've realised that the issue is
> caused by fillfactor not having a validnsps in transformRelOptions.
> Adding an additional condition "&& (validnsps))" at line 595 or 612
> appears to fix the issue.

No, the bug is that they are passed as DefElem instead of RelOptElem.
The right fix is in the grammar ... checking now.

Thanks for the report.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2009-04-03 19:38:34 Re: reloptions with a "namespace"
Previous Message Khee Chin 2009-04-03 19:14:42 Re: reloptions with a "namespace"