[COMMITTERS] pgsql: Fix transient clobbering of shared buffers during WAL replay.

2012-02-05 Thread Tom Lane
Fix transient clobbering of shared buffers during WAL replay. RestoreBkpBlocks was in the habit of zeroing and refilling the target buffer; which was perfectly safe when the code was written, but is unsafe during Hot Standby operation. The reason is that we have coding rules that allow backends t

[COMMITTERS] pgsql: Fix transient clobbering of shared buffers during WAL replay.

2012-02-05 Thread Tom Lane
Fix transient clobbering of shared buffers during WAL replay. RestoreBkpBlocks was in the habit of zeroing and refilling the target buffer; which was perfectly safe when the code was written, but is unsafe during Hot Standby operation. The reason is that we have coding rules that allow backends t

[COMMITTERS] pgsql: Fix transient clobbering of shared buffers during WAL replay.

2012-02-05 Thread Tom Lane
Fix transient clobbering of shared buffers during WAL replay. RestoreBkpBlocks was in the habit of zeroing and refilling the target buffer; which was perfectly safe when the code was written, but is unsafe during Hot Standby operation. The reason is that we have coding rules that allow backends t