Re: BUG #17212: pg_amcheck fails on checking temporary relations

Поиск
Список
Период
Сортировка
От Mark Dilger
Тема Re: BUG #17212: pg_amcheck fails on checking temporary relations
Дата
Msg-id 02C6345B-D186-4F88-A976-A2CD1051CB93@enterprisedb.com
обсуждение исходный текст
Ответ на Re: BUG #17212: pg_amcheck fails on checking temporary relations  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: BUG #17212: pg_amcheck fails on checking temporary relations  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers

> On Oct 14, 2021, at 1:50 PM, Andrew Dunstan <andrew@dunslane.net> wrote:
>
> Bowerbird is having similar issues, so I don't think this is just a
> transient.

The pg_amcheck patch Peter committed for me adds a new test, src/bin/pg_amcheck/t/006_bad_targets.pl, which creates two
PostgresNodeobjects (a primary and a standby) and uses PostgresNode::background_psql().  It doesn't bother to "finish"
thereturned harness, which may be the cause of an installation hanging around long enough to be in the way when another
testtries to start. 

Assuming this is right, the fix is just one line.  Thoughts?

—
Mark Dilger
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company






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

Предыдущее
От: Gilles Darold
Дата:
Сообщение: Re: [PATCH] Proposal for HIDDEN/INVISIBLE column
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #17212: pg_amcheck fails on checking temporary relations