Fail BRIN control functions during recovery explicitly They already fail anyway, but prior to this patch they raise an ugly error message about a lock that cannot be acquired. This just improves the message.
Author: Masahiko Sawada Reported-by: Masahiko Sawada Discussion: https://postgr.es/m/CAD21AoBZau4g4_NUf3BKNd=cdyk+xapdtjczvoc1txgdtij...@mail.gmail.com Reviewed-by: Kuntal Ghosh, Alexander Korotkov, Simon Riggs, Michaël Paquier, Álvaro Herrera Branch ------ REL_10_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/3b5f4f1f40b241d08ed36df1716e07a6b0560e5c Modified Files -------------- src/backend/access/brin/brin.c | 12 ++++++++++++ 1 file changed, 12 insertions(+)
