diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-04-20 17:52:05 +0100 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-04-21 15:09:14 +0100 |
| commit | 12ef826d500b2f9bda97032ffa58eb53036272db (patch) | |
| tree | 1b6d6353d32b57d875817c1908c4dabb418e4ade /setup.py | |
| parent | bcfcea4b49d3e1b342d4f8b8f861b2b418f96d97 (diff) | |
| download | psycopg2-12ef826d500b2f9bda97032ffa58eb53036272db.tar.gz | |
Dropped redundant call to conn_notice_process().
If the connection is sync, notices will be processed by pq_fetch()
downstream.
If the connection is async, here we have only sent the query: no result
is ready yet, and neither notices have had a chance to arrive: they will
be retrieved later by pq_is_busy().
Added tests to check the above statement don't break.
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions
