Re: fix recent WITH OIDS bug - Mailing list pgsql-patches

From Tom Lane
Subject Re: fix recent WITH OIDS bug
Date
Msg-id 15162.1074806030@sss.pgh.pa.us
Whole thread Raw
In response to fix recent WITH OIDS bug  (Neil Conway <neilc@samurai.com>)
Responses Re: fix recent WITH OIDS bug  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> The only question I have is whether analyze.c (and therefore
> analyze.h) is the right place to put the new utility function
> interpretOidsOption() -- can anyone suggest a better location?

You could possibly put it next to the existing function
interpretInhOption(), which does essentially the same kind of thing
and for the same reason.  However, I can't argue that that function's
placement in parse_clause.c has any real strong motivation either...

            regards, tom lane

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: fix recent WITH OIDS bug
Next
From: Neil Conway
Date:
Subject: Re: fix recent WITH OIDS bug