aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-03-29 00:53:53 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-03-29 00:53:53 -0400
commit656ee8489053aafc85324b9ef7e91b645674ffb9 (patch)
treebeface55de6e59cafb1131133393b2edb42e7a4c /src/backend/commands/explain.c
parent5d4171d1c70edfe3e9be1de9e66603af28e3afe1 (diff)
downloadpostgresql-656ee8489053aafc85324b9ef7e91b645674ffb9.tar.gz
postgresql-656ee8489053aafc85324b9ef7e91b645674ffb9.zip
Fix portability issues in 86c43f4e22c0771fd0cc6bce2799802c894ee2ec.
INT64_MIN/MAX should be spelled PG_INT64_MIN/MAX, per well established convention in our sources. Less obviously, a symbol named DOUBLE causes problems on Windows builds, so rename that to DOUBLE_CONST; and rename INTEGER to INTEGER_CONST for consistency. Also, get rid of incorrect/obsolete hand-munging of yycolumn, and fix the grammar for float constants to handle expected cases such as ".1". First two items by Michael Paquier, second two by me.
Diffstat (limited to 'src/backend/commands/explain.c')
0 files changed, 0 insertions, 0 deletions