On Thu, Mar 1, 2018 at 11:23 AM, David Steele <da...@pgmasters.net> wrote: > Yes, I agree. My thrust was more to discover if there is any testing > for these conditions being done in core. It sounds like no, but I don't > think it's the responsibility of this patch to add them.
The only tests possible with stock Postgres are performed by CREATE INDEX/REINDEX. That generally isn't practical as a general smoke test, not least because you cannot do a CREATE INDEX on a standby -- unlike the amcheck heapallindexed test. -- Peter Geoghegan