aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeAgg.c
diff options
context:
space:
mode:
authorJoe Conway <mail@joeconway.com>2017-04-06 14:28:19 -0700
committerJoe Conway <mail@joeconway.com>2017-04-06 14:28:19 -0700
commitaf8a94d18d70ca226a12057ad4b3d17f27d8ff13 (patch)
tree9ca5d80e5a827d328b12e33ede019068517f9ff3 /src/backend/executor/nodeAgg.c
parentbd190eae36191a6795c4f0fe95419dbf2953d2b0 (diff)
downloadpostgresql-af8a94d18d70ca226a12057ad4b3d17f27d8ff13.tar.gz
postgresql-af8a94d18d70ca226a12057ad4b3d17f27d8ff13.zip
Silence uninitialized variable compiler warning in sepgsql
At -Og optimization gcc warns that variable tclass may be used uninitialized when relkind == RELKIND_INDEX. Actually that can't happen due to an early return, but quiet the compiler by initializing tclass to 0. In passing, use uint16_t consistently for the declaration of tclass. Complaint and initial patch by Mike Palmiotto. Editorializing by me. Probably not worth backpatching given that it is cosmetic, so apply to development head only. Discussion: https://postgr.es/m/flat/623bcaae-112e-ced0-8c22-a84f75ae0c53%40joeconway.com
Diffstat (limited to 'src/backend/executor/nodeAgg.c')
0 files changed, 0 insertions, 0 deletions