Re: fix recent WITH OIDS bug

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: fix recent WITH OIDS bug
Дата
Msg-id 87r7xrh6ab.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответ на Re: fix recent WITH OIDS bug  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: fix recent WITH OIDS bug
Список pgsql-patches
Tom Lane <tgl@sss.pgh.pa.us> writes:
> 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...

Yeah, I had considered that, but hesitated for the same reason you
cite. Is it worth creating a parse_util.c, perhaps? makeObjectName()
and CheckSelectForUpdate() from analyze.c might be worth moving there
as well...

-Neil


В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: fix recent WITH OIDS bug
Следующее
От: Tom Lane
Дата:
Сообщение: Re: fix recent WITH OIDS bug