Re: [GENERAL] ecpg program getting stuck

2008-03-21 Thread Steve Clark
Tom Lane wrote: Steve Clark <[EMAIL PROTECTED]> writes: I have a program that worked fine in 7.4.19. I am in process of upgrading to 8.3.1 and my program runs for a while and then hangs. I used gdb to attach to the process and it shows the following backtrace which shows it going into the lib

Re: [GENERAL] ecpg program getting stuck

2008-03-21 Thread Tom Lane
Steve Clark <[EMAIL PROTECTED]> writes: > I have a program that worked fine in 7.4.19. I am in process of upgrading > to 8.3.1 and my program runs for a while and then hangs. I used gdb > to attach to the process and it shows the following backtrace which > shows it > going into the libpq library

[GENERAL] ecpg program getting stuck

2008-03-21 Thread Steve Clark
Hello List I have a program that worked fine in 7.4.19. I am in process of upgrading to 8.3.1 and my program runs for a while and then hangs. I used gdb to attach to the process and it shows the following backtrace which shows it going into the libpq library and getting stuck. Anybody have any