Bugs item #3042565, was opened at 2010-08-10 07:41
Message generated for change (Tracker Item Submitted) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=512945&aid=3042565&group_id=65979

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
Private: No
Submitted By: clint-fewbar ()
Assigned to: Nobody/Anonymous (nobody)
Summary: pgsql: tests do not pass because of create 

Initial Comment:
When running 'make check' for pgsql on a system with a UTF8 encoding configured 
(most modern day Linux OS's for instance), the tests try to run

CREATE DATABASE libdbitest WITH ENCODING 'LATIN1'

This may have worked in the past, but it actually fails on PostgreSQL 8.4 
because this is not compatible with the underlying storage method.

PostgreSQL has good support for per-connection encoding, and so changing the 
underlying database type is actually the wrong way to test encoding 
functionality, instead the connection option 'pgsql_client_encoding' should be 
changed for the different tests, but the underlying storage type should not be.

I have attached a log showing the failure when testing against postgresql 8.4.4

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=512945&aid=3042565&group_id=65979

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Libdbi-drivers-devel mailing list
Libdbi-drivers-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libdbi-drivers-devel

Reply via email to