Thread: pgsql-server/src/interfaces/ecpg/preproc preproc.y

pgsql-server/src/interfaces/ecpg/preproc preproc.y

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/08/06 12:54:07

Modified files:
    src/interfaces/ecpg/preproc: preproc.y

Log message:
    Fix compiler-detected problem for Alphas: it seems strlen returns
    something wider than int on that platform.  Also, remove bogus
    assumption that sizeof("INT_MAX") has something to do with the maximum
    number of digits in an int.