pgsql: Remove outside-the-scanner references to "yyleng". - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Remove outside-the-scanner references to "yyleng".
Date
Msg-id 20090908042514.1D30D753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/src/interfaces/ecpg/preproc:
        ecpg.header (r1.7 -> r1.7.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/ecpg.header?r1=1.7&r2=1.7.2.1)
        extern.h (r1.73 -> r1.73.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/extern.h?r1=1.73&r2=1.73.2.1)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove outside-the-scanner references to "yyleng".
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove outside-the-scanner references to "yyleng".