postgresql/contrib/amcheck
Tom Lane c051180147 Silence compiler warnings from some older compilers.
Since a117cebd6, some older gcc versions issue "variable may be used
uninitialized in this function" complaints for brin_summarize_range.
Silence that using the same coding pattern as in bt_index_check_internal;
arguably, a117cebd6 had too narrow a view of which compilers might give
trouble.

Nathan Bossart and Tom Lane.  Back-patch as the previous commit was.

Discussion: https://postgr.es/m/20220601163537.GA2331988@nathanxps13
2022-06-01 17:21:45 -04:00
..
expected Make relation-enumerating operations be security-restricted operations. 2022-05-09 08:35:13 -07:00
sql Make relation-enumerating operations be security-restricted operations. 2022-05-09 08:35:13 -07:00
.gitignore Add .gitignore to contrib/amcheck. 2017-03-09 22:45:24 -05:00
Makefile Add amcheck extension to contrib. 2017-03-09 16:33:02 -08:00
amcheck--1.0.sql Add amcheck extension to contrib. 2017-03-09 16:33:02 -08:00
amcheck.control Add amcheck extension to contrib. 2017-03-09 16:33:02 -08:00
verify_nbtree.c Silence compiler warnings from some older compilers. 2022-06-01 17:21:45 -04:00