aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_expr.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-08-29 16:34:14 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-08-29 16:34:14 +0000
commit4571185111cb93007002a774d408a670e68a6f08 (patch)
tree9f253646ba8816052f2b47de2cecd75157c07301 /src/backend/parser/parse_expr.c
parentc67f037f4f764ea8b7dc2aae4350995ab59eb493 (diff)
downloadpostgresql-4571185111cb93007002a774d408a670e68a6f08.tar.gz
postgresql-4571185111cb93007002a774d408a670e68a6f08.zip
Suppress gcc warning about possibly-uninitialized variable. It's not
clear to me why I'd not seen this message before --- on F-9 it seems to only happen if Asserts are disabled, which ought to be irrelevant. Maybe that affects a decision whether to inline get_ten(), which would be needed to expose the warning condition to the compiler? Anyway, the fix is clear.
Diffstat (limited to 'src/backend/parser/parse_expr.c')
0 files changed, 0 insertions, 0 deletions