fix recent WITH OIDS bug

Поиск
Список
Период
Сортировка
От Neil Conway
Тема fix recent WITH OIDS bug
Дата
Msg-id 87zncfhfqp.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответы Re: fix recent WITH OIDS bug
Список pgsql-patches
This patch fixes a bug I introduced in the recent CREATE TABLE AS / WITH
OIDS work. The patch should be pretty straight-forward.

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?

Unless anyone objects, I plan to apply this within 24 hours.

-Neil

Вложения

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

Предыдущее
От: Dennis Bjorklund
Дата:
Сообщение: Show function parameter names in information schema
Следующее
От: Tom Lane
Дата:
Сообщение: Re: fix recent WITH OIDS bug