Re: patch for pg_autovacuum 8.0.x prevent segv for dropped

Поиск
Список
Период
Сортировка
От Matthew T. O'Connor
Тема Re: patch for pg_autovacuum 8.0.x prevent segv for dropped
Дата
Msg-id 4357C4D0.40105@zeut.net
обсуждение исходный текст
Ответ на Re: patch for pg_autovacuum 8.0.x prevent segv for dropped tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: patch for pg_autovacuum 8.0.x prevent segv for dropped tables
Список pgsql-patches
Tom Lane wrote:
> daveg <daveg@sonic.net> writes:
>
>> Below is a patch for this that should apply against any 8.0.x. The change
>> verifies that the catalog query returned some rows before accessing the row
>> data.
>>
>
> Surely this is completely broken?  AFAICT you are testing the result
> from a VACUUM or ANALYZE command, which is not going to return any
> tuples.

Upon further inspection, I think you are right.  I would think that
instead of checking the query result with PQntuples, it should probably
be checked with |PQresultStatus.

Matt

|

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: patch for pg_autovacuum 8.0.x prevent segv for dropped tables
Следующее
От: Tom Lane
Дата:
Сообщение: Re: patch for pg_autovacuum 8.0.x prevent segv for dropped tables