python - pq: Get rid of the superfluous 'Ignition' message.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - pq: Get rid of the superfluous 'Ignition' message.
Date: 2006-02-12 19:18:28
Message-ID: 20060212191828.E5C05103385B@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Get rid of the superfluous 'Ignition' message.

Instead, store the priming messages in the 'ignition' attribute. This helps to
avoid the confusion that client3.Ignition created.

(Also, 'PANIC' is also FATAL; we may get panic messages!)

[Something more formal should probably be drawn; xact.ignition is fine for now]

Modified Files:
--------------
pq/src:
client3.py (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/client3.py.diff?r1=1.13&r2=1.14)
pq/test:
client3.py (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/test/client3.py.diff?r1=1.7&r2=1.8)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-02-12 19:19:37 pgsql: Update wording for 8.1.X, remove <only>: This option can
Previous Message Bruce Momjian 2006-02-12 19:13:51 ALTER CONSTRAINT RENAME patch reverted