]> granicus.if.org Git - postgresql/commit
Pass sensible value to memset() when randomizing reorderbuffer's tuple slab.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 5 May 2014 13:21:46 +0000 (16:21 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 5 May 2014 13:22:15 +0000 (16:22 +0300)
commit377790fbd707b41bdf2264fe6c217e903e241f7c
tree802e55ac2658ac46d343786aca4b2f44e0a85bf6
parent329de9fa983debc941ebd79f335f2574b72a3694
Pass sensible value to memset() when randomizing reorderbuffer's tuple slab.

This is entirely harmless, but still wrong. Noticed by coverity.

Andres Freund
src/backend/replication/logical/reorderbuffer.c