Fix unitialized variables

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 652ca927ca4d9553691b9c6385111bea353070d8
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2015-08-13T03:12:07Z
Releases: 9.5.0
Fix unitialized variables

As complained by clang, reported by Andres Freund.  Brown paper bag bug
in ccc4c074994d.

Add some comments, too.

Backpatch to 9.5, like that one.

Files

PathChange+/−
src/backend/access/brin/brin_pageops.c modified +10 −3