python - pq: Add WireMessage and reorder startup packets. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - pq: Add WireMessage and reorder startup packets.
Date
Msg-id 20050912220859.AF9351125F68@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add WireMessage and reorder startup packets. Remove the Startup's special string
function as it doesn't need it if type = ''.

Modified Files:
--------------
    pq/src:
        element3.py (r1.8 -> r1.9)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/element3.py.diff?r1=1.8&r2=1.9)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Update manual's introduction to indexes to reflect 8.1 changes;
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Make the documentation of GUC variables a separate chapter,