postgresql/src/interfaces
Tom Lane 4d3456e85d Remove outside-the-scanner references to "yyleng".
It seems the flex developers have decided to change yyleng from int to size_t.
This has already happened in the latest release of OS X, and will start
happening elsewhere once the next release of flex appears.  Rather than trying
to divine how it's declared in any particular build, let's just remove the one
existing not-very-necessary external usage.

Back-patch to all supported branches; not so much because users in the field
are likely to care about building old branches with cutting-edge flex, as
to keep OSX-based buildfarm members from having problems with old branches.
2009-09-08 04:25:00 +00:00
..
ecpg Remove outside-the-scanner references to "yyleng". 2009-09-08 04:25:00 +00:00
libpq Derived files that are shipped in the distribution used to be built in the 2009-08-28 20:26:19 +00:00
Makefile Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00