]> granicus.if.org Git - postgresql/commit
Although the flex documentation avers that yyalloc and yyrealloc take
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 13 Jul 2009 03:11:12 +0000 (03:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 13 Jul 2009 03:11:12 +0000 (03:11 +0000)
commit34a11144e564deef3df686f37a57c4888a97b2cb
treec768f0e82026d217f6ca2601ecdbb247ff92c2b7
parent91e71929ba38c2cd212435982c95ccb7c19b4174
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.
src/backend/parser/scan.l