Re: [HACKERS] ECPG crash - upgrade from 8.0.3 to 8.1.10

2007-10-27 Thread Michael Meskes
On Mon, Oct 22, 2007 at 10:07:03AM -0400, Boergesson, Cheryl wrote: > The program below works with PostgreSQL 8.0.3, but not 8.1.10. The > error I receive is: > ... Is there a way for you to compile and run the program without threading? Or try with CVS head instead of 8.1.10? Michael -- Michae

Re: [HACKERS] ECPG crash - upgrade from 8.0.3 to 8.1.10

2007-10-22 Thread Boergesson, Cheryl
The program below works with PostgreSQL 8.0.3, but not 8.1.10. The error I receive is: Runtime Error! Program: C:\testSQL.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. This happ

Re: [HACKERS] ECPG crash - upgrade from 8.0.3 to 8.1.10

2007-10-19 Thread Michael Meskes
On Thu, Oct 18, 2007 at 03:36:34PM -0400, Boergesson, Cheryl wrote: > Hello. I am trying to upgrade from PostgreSQL 8.0.3 to PostgreSQL > 8.1.10. I'm on WindowsXP and I'm compiling with Visual C++ 6.0. > ... > Oddly, when I removed all comments, it worked fine. Which comments? Michael -- Micha

[HACKERS] ECPG crash - upgrade from 8.0.3 to 8.1.10

2007-10-18 Thread Boergesson, Cheryl
Hello. I am trying to upgrade from PostgreSQL 8.0.3 to PostgreSQL 8.1.10. I'm on WindowsXP and I'm compiling with Visual C++ 6.0. I have a very simple routine that works fine with the 8.0.3 version: int easy_connect() { exec sql connect to my_db as my_cnxtn; printf ("connection results