[psycopg] #212: EOF error on connection delete.
"psycopg" <fog-NGVKUo/i/[email protected]>
| Newsgroups | gmane.comp.python.db.psycopg.devel |
|---|---|
| Message-ID | <[email protected]> |
#212: EOF error on connection delete.
----------------------+-----------------------------------------------------
Reporter: aklaver | Owner: fog
Type: defect | Status: new
Priority: normal | Milestone: PSYCOPG 2.0.6
Component: psycopg2 | Version: 2.0.5
Severity: normal | Keywords:
----------------------+-----------------------------------------------------
When closing a connection using del or Ctrl+D the following shows up in
Postgres log:
aklaver-test-2008-02-29 10:25:37.512 PSTLOG: unexpected EOF on client
connection
Attached are files with CREATE TABLE script and data INSERT statements and
two Python scripts. One script opens a connection and runs del with no
cursor created, the other does the same with a cursor. See comments in
*.py scripts.
--
Ticket URL: <http://initd.org/tracker/psycopg/ticket/212>
psycopg <http://initd.org/>
psycopg