Re: BUG #6041: Unlogged table was created bad in slave node

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #6041: Unlogged table was created bad in slave node
Дата
Msg-id 14416.1307461823@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #6041: Unlogged table was created bad in slave node  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: BUG #6041: Unlogged table was created bad in slave node  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-bugs
Robert Haas <robertmhaas@gmail.com> writes:
> Patch along these lines attached.

Frankly, I find this quite ugly, and much prefer the general approach of
your previous patch in <BANLkTim433vF5HWjbJ0FSWm_-xA8DDaGNg@mail.gmail.com>.

However, I don't like where you put the execution-time test there.  I'd
put it in ExecOpenScanRelation instead, so that it covers both seqscan
and indexscan accesses.

            regards, tom lane

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

Предыдущее
От: Daniel Cristian Cruz
Дата:
Сообщение: Re: BUG #6050: Dump and restore of view after a schema change: can't restore the view
Следующее
От: Andres Freund
Дата:
Сообщение: Re: BUG #6041: Unlogged table was created bad in slave node