]> granicus.if.org Git - postgresql/commit
Fix unitialized variables
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 13 Aug 2015 03:12:07 +0000 (00:12 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 13 Aug 2015 03:12:07 +0000 (00:12 -0300)
commitfcbf455842eac10c331a866f559bb3875bcb8c37
tree8b722b414428261c5a10b006ecd16c739cda9434
parentcfe30a72fa80528997357cb0780412736767e8c4
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.
src/backend/access/brin/brin_pageops.c