Bugs item #882032, was opened at 2004-01-22 11:22
Message generated for change (Comment added) made by runefro
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=116528&aid=882032&group_id=16528
Category: libpq
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Michael Howitz (icemac)
Assigned to: Billy G. Allie (ballie01)
Summary: Wrong PG_Version check for dbExperts PostgreSQL
Initial Comment:
We have dbExperts PostgreSQL (a native Postgres for
Windows).
The dbExperts people add a -dbexperts to the
VersionString (after the Version number). This makes
pgversion.c upset.
We are using pypgsql version 2.4
Attached is a patch to fix this issue.
----------------------------------------------------------------------
Comment By: Rune Frøysa (runefro)
Date: 2004-05-13 13:27
Message:
Logged In: YES
user_id=604567
This problem also affects rh-postgresql-server-7.3.6-1 from
redhat. With the patch, the only error from
test/PgSQLTestCases.py is:
FAIL: CheckPgVer (__main__.PgSQLTestCases)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/PgSQLTestCases.py", line 591, in CheckPgVer
self.fail(msg)
File "/usr/lib/python2.2/unittest.py", line 254, in fail
raise self.failureException, msg
AssertionError: SELECT version() says 7.3.6-RH, cnx.version
says 7.3.6
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=116528&aid=882032&group_id=16528
|