From: SourceForge.net <no...@so...> - 2005-10-16 09:48:21
|
Bugs item #1327846, was opened at 2005-10-16 02:48 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=1327846&group_id=16528 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Randy Kaelber (randyk) Assigned to: Nobody/Anonymous (nobody) Summary: More unexpected version checks Initial Comment: The version of PostgreSQL that I checked out of CVS reports its minor version as xbetay, instead of xby. This of course, makes the version string parser barf as per previous bugs. I have included a simple patch to deal with the new version string, but is it really the right thing to throw an exception making a connection because we can't parse the version string as well as we'd like to? I will work up a more involved patch in the near future to maybe display some sort of warning, but it's pretty annoying to not even be able to connect to my database because the server decides to toss us a weird version string. I also fixed the typo of "Ivalid". :-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=1327846&group_id=16528 |