Re: BUG #17212: pg_amcheck fails on checking temporary relations
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Peter Geoghegan <pg@bowt.ie>, Mark Dilger <mark.dilger@enterprisedb.com>,
Robert Haas <robertmhaas@gmail.com>,
Pavel Borisov <pashkin.elfe@gmail.com>,
Alexander Lakhin <exclusion@gmail.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2021-10-14T21:52:57Z
Lists: pgsql-bugs, pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes: > Yes, that's been puzzling me too. I've just been staring at it again and > nothing jumps out. But maybe we can investigate that offline if this > test is deemed not worth keeping. As Mark says, it'd be interesting to know whether the use of background_psql is related, because if it is, we'd want to debug that. (I don't really see how it could be related, but maybe I just lack sufficient imagination today.) Beyond that, ISTM this is blocking all TAP testing on the Windows machines, which is pretty bad to leave in place for long. regards, tom lane
Commits
-
Remove unstable pg_amcheck tests.
- cd3f429d9565 15.0 landed
- 5863115e4cb1 14.1 landed
-
pg_amcheck: avoid unhelpful verification attempts.
- d2bf06db3779 15.0 landed
- dd58194cf563 14.1 landed
-
amcheck: Skip unlogged relations in Hot Standby.
- 292698f158dd 15.0 landed
- e7712155ea08 14.1 landed
-
amcheck: Skip unlogged relations during recovery.
- 6754fe65a4c6 13.0 cited