Although the flex documentation avers that yyalloc and yyrealloc take
authorTom Lane <[email protected]>
Mon, 13 Jul 2009 03:11:12 +0000 (03:11 +0000)
committerTom Lane <[email protected]>
Mon, 13 Jul 2009 03:11:12 +0000 (03:11 +0000)
commit382cb7aa0b929975c2158642f3e52263cffc64a3
tree8a527bf2c7790a1b5f0a680ad7f7829212938641
parent44210093ff313a713fd563f2740628f3bdac0c67
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