python - fe: Reduce the identifier size for prepared statements. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - fe: Reduce the identifier size for prepared statements.
Date
Msg-id 20060214021806.0FA981033843@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Reduce the identifier size for prepared statements.

In, at least one, 7.4 there seems to be a more significant limitation on the
size of the statement identifier string, so go ahead and cut the size on all
identifiers.
(Really, it doesn't need to be so long to begin with and it *sometimes*
causes problems by being so long, so adjust it make everyone happy without
really sacrificing anything at all.)

Modified Files:
--------------
    fe/src:
        tracenull.py (r1.7 -> r1.8)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/tracenull.py.diff?r1=1.7&r2=1.8)

pgsql-committers by date:

Previous
From: agoldshuv@pgfoundry.org (User Agoldshuv)
Date:
Subject: bizgres - bizgres: Added error debug information when transactions fail.
Next
From: agoldshuv@pgfoundry.org (User Agoldshuv)
Date:
Subject: bizgres - bizgres: Multiple LOAD statements in one control file are now