Re: invalid non-zero objectSubId for object class
От | Tom Lane |
---|---|
Тема | Re: invalid non-zero objectSubId for object class |
Дата | |
Msg-id | 2016431.1594341157@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: invalid non-zero objectSubId for object class (Alvaro Herrera <alvherre@2ndquadrant.com>) |
Ответы |
Re: invalid non-zero objectSubId for object class
|
Список | pgsql-general |
Alvaro Herrera <alvherre@2ndquadrant.com> writes: > On 2020-Jul-09, Michel Pelletier wrote: >> I don't seem to have either: >> >> dev=> select * from pg_depend where classid = 297108 or refclassid = 297108; >> classid | objid | objsubid | refclassid | refobjid | refobjsubid | deptype >> ---------+-------+----------+------------+----------+-------------+--------- >> (0 rows) > Maybe try looking in pg_shdepend? Or pg_description? I think it has to be pg_depend, because there'd be no reason to be calling getObjectClass() on a entry from one of those other catalogs during a DROP TABLE. So my thoughts are now turning towards there being corruption in pg_depend's indexes as well as the heap. Try doing the above query after turning enable_indexscan and enable_bitmapscan off. regards, tom lane
В списке pgsql-general по дате отправления: