pgsql-server/src/interfaces/ecpg/preproc preproc.y - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server/src/interfaces/ecpg/preproc preproc.y
Date
Msg-id 20030806155407.47064D1C4CB@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: teodor@svr1.postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql-server/contrib/tsearch2 README.tsearch2
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/backend/storage/lmgr s_lock.c