Re:

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re:
Дата
Msg-id 26486.1068738187@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ...  (Wade Klaver <archeron@wavefire.com>)
Список pgsql-bugs
Wade Klaver <archeron@wavefire.com> writes:
> dropsites=# vacuum full  analyze;
> WARNING:  Rel pg_type: TID 12/46: InsertTransactionInProgress 27217603 - can't
> shrink relation
> WARNING:  Rel pg_type: TID 12/47: InsertTransactionInProgress 27217603 - can't
> shrink relation
> WARNING:  Rel pg_attribute: TID 152/1: InsertTransactionInProgress 27217603 -
> can't shrink relation
> WARNING:  Rel pg_attribute: TID 152/2: InsertTransactionInProgress 27217603 -
> can't shrink relation
> ...
> ...
> And so on.  The source code says "this should never happen".

7.4 has downgraded those messages to NOTICEs, and says

                    /*
                     * This should not happen, since we hold exclusive
                     * lock on the relation; shouldn't we raise an error?
                     * (Actually, it can happen in system catalogs, since
                     * we tend to release write lock before commit there.)
                     */

If you saw it on anything besides a system catalog, then I'm interested,
but otherwise not to worry.

BTW, you really should update to 7.3.4.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: plpgsql does not close cursors when a block ends
Следующее
От: Christof Petig
Дата:
Сообщение: pg_dump and psql disagree on numerical precision (powerpc)