Simon Riggs wrote:
(a) always ignore LP_DEAD flags we see when reading index during
recovery.

This sounds simplest, and it's nice to not clear the flags for the benefit of transactions running after the recovery is done.

You have to be careful to ignore the flags in read-only transactions that started in hot standby mode, even if recovery has since ended and we're in normal operation now.

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to