Although the flex documentation avers that yyalloc and yyrealloc take

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 34a11144e564deef3df686f37a57c4888a97b2cb
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-07-13T03:11:12Z
Releases: 9.0.0
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.

Files

PathChange+/−
src/backend/parser/scan.l modified +3 −3