]> granicus.if.org Git - postgresql/commit
Suppress uninitialized-variable warning.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 27 Mar 2019 15:10:42 +0000 (11:10 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 27 Mar 2019 15:10:42 +0000 (11:10 -0400)
commita51cc7e9e60701d31032669011adcda8b4621d93
treed36d972264b44365b45bdfd1ad143e585de51d85
parentecfed4a12247cf4659eee6b6ea27405e35fe57f8
Suppress uninitialized-variable warning.

Apparently Andres' compiler is smart enough to see that hpage
must be initialized before use ... but mine isn't.
src/backend/access/heap/heapam.c