aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2011-04-25 09:10:59 -0400
committerAndrew Dunstan <andrew@dunslane.net>2011-04-25 09:10:59 -0400
commit08a0c2dabc3b9d59d72d7a79ed867b8e37d275a7 (patch)
tree55fc419c88f39317049c7507a8e762c323893a6e /src/backend/tcop/postgres.c
parent5948a6eeaa682aeb1a8f389ae2136915b2a0e990 (diff)
downloadpostgresql-08a0c2dabc3b9d59d72d7a79ed867b8e37d275a7.tar.gz
postgresql-08a0c2dabc3b9d59d72d7a79ed867b8e37d275a7.zip
Adjust yywrap macro for non-reentrant scanners for MSVC.
The MSVC compiler complains if a macro is called with less arguments than its definition provides for. flex generates a macro with one argument for yywrap, but only supplies the argument for reentrant scanners, so we remove the useless argument in the non-reentrant case to silence the warning.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions