python - pq: Add WireMessage and reorder startup packets.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - pq: Add WireMessage and reorder startup packets.
Date: 2005-09-12 22:08:59
Message-ID: 20050912220859.AF9351125F68@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2005-09-12 22:11:39 pgsql: Make the documentation of GUC variables a separate chapter,
Previous Message Tom Lane 2005-09-12 19:17:45 pgsql: Update manual's introduction to indexes to reflect 8.1 changes;