aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_target.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2009-07-13 03:11:12 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2009-07-13 03:11:12 +0000
commit34a11144e564deef3df686f37a57c4888a97b2cb (patch)
treec768f0e82026d217f6ca2601ecdbb247ff92c2b7 /src/backend/parser/parse_target.c
parent91e71929ba38c2cd212435982c95ccb7c19b4174 (diff)
downloadpostgresql-34a11144e564deef3df686f37a57c4888a97b2cb.tar.gz
postgresql-34a11144e564deef3df686f37a57c4888a97b2cb.zip
Although the flex documentation avers that yyalloc and yyrealloc take
size_t arguments, the emitted scanner actually prototypes them with type yy_size_t, which is sometimes not the same thing depending on flex version and platform. Easiest fix seems to be to use yy_size_t. Per buildfarm results.
Diffstat (limited to 'src/backend/parser/parse_target.c')
0 files changed, 0 insertions, 0 deletions