Fix subscriber invalid memory access on DDL.

Amit Kapila <akapila@postgresql.org>

Commit: d6eca4958d78499b66aad9cf4b595b871c177e02
Author: Amit Kapila <akapila@postgresql.org>
Date: 2019-12-18T02:57:41Z
Releases: 10.12
Fix subscriber invalid memory access on DDL.

This patch allows building the local relmap cache for a subscribed
relation after processing pending invalidation messages and potential
relcache updates.  Without this, the attributes in the local cache don't
tally with the updated relcache entry leading to invalid memory access.

Reported-by Jehan-Guillaume de Rorthais
Author: Jehan-Guillaume de Rorthais and Vignesh C
Reviewed-by: Amit Kapila
Backpatch-through: 10
Discussion: https://postgr.es/m/20191025175929.7e90dbf5@firost

Files

PathChange+/−
src/backend/replication/logical/relation.c modified +25 −13

Discussion