Re: ecpg in postgresql 7.4 generates: cygheap_fixup_in_child: Couldn't reserve space for cygwin's heap

2003-12-02 Thread Kurt Roeckx
On Tue, Dec 02, 2003 at 07:17:34AM -0500, Jason Tishler wrote: Kurt, On Mon, Dec 01, 2003 at 09:05:55PM +0100, Kurt Roeckx wrote: 12 [unknown (0x2A4)] ? 456 cygheap_fixup_in_child: Couldn't reserve space for cygwin's heap (0x6160 0x47) in child, Win32 error 487 C:\cygwin

ecpg in postgresql 7.4 generates: cygheap_fixup_in_child: Couldn't reserve space for cygwin's heap

2003-12-01 Thread Kurt Roeckx
I recently upgraded to postgresql 7.4-1. Now when I try to run my program linked with ecpg.dll I get: 12 [unknown (0x2A4)] ? 456 cygheap_fixup_in_child: Couldn't reserve space for cygwin's heap (0x6160 0x47) in child, Win32 error 487 C:\cygwin\home\kurt\tst.exe: *** m.AllocationBase

Changing user ID.

2002-11-25 Thread Kurt Roeckx
I've been trying to log in as an other user under NT. From the archives I seem to get that su was removed, and that you should be using login for it instead, so I've tried to use that. It comes asking for the password, but always says it failed. Anybody got any idea why it's not working? The

Re: Postgresql installation problems.

2002-11-18 Thread Kurt Roeckx
, 2002 at 05:44:58PM +0100, Kurt Roeckx wrote: I'm trying to install postgresql on windows XP. Please see the following thread: http://archives.postgresql.org/pgsql-cygwin/2002-11/msg00037.php Oh, didn't know about that list yet ... I have a problem getting the ipc-deamon to work. When

Re: QUESTION: How to start up PostgreSQL within cygwin?

2002-05-10 Thread Kurt Roeckx
On Thu, May 09, 2002 at 09:55:58PM -0300, Jose Luis Otermin wrote: It seems too complicated to a newbie like me. Maybe there aren't enough PostgreSQL users in this forum or my question is too cryptic. You should read /usr/doc/Cygwin/postgresql-7.2.1.README

Re: QUESTION: How to start up PostgreSQL within cygwin?

2002-05-09 Thread Kurt Roeckx
On Thu, May 09, 2002 at 05:49:04PM -0300, Jose Luis Otermin wrote: At the last message shown on screen (creating template1...) the CygWin hangs and doesn't respond unless do Ctrl-Alt-Del and kill the process. Any help or clue will be very wellcome :-) Read the documentation and start

Re: setup 2.194.2.24: Bug (?) in downloading from internet

2002-04-28 Thread Kurt Roeckx
On Sun, Apr 28, 2002 at 09:47:14PM +1000, Robert Collins wrote: -Original Message- From: Sam Edge [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 28, 2002 9:32 PM So use a mirroring tool! Setup.exe is -not- designed for this. Surely if setup.exe isn't designed with at

Re: TZ environment variable

2002-04-24 Thread Kurt Roeckx
On Wed, Apr 24, 2002 at 05:15:56PM +0200, Marcos Lorenzo de Santiago wrote: Easy question: Which values are valid for the TZ environment variable? I looked all the manpages (linux windows manpages) but found nothing refering to this variable. I know that perl and cygwin look at this

Re: Termcap issue in cygwin

2002-04-03 Thread Kurt Roeckx
On Wed, Apr 03, 2002 at 04:38:01AM -0800, Eduardo Chappa wrote: As far as I understand, the function tgetent, has two parameters, which are documented in the manual for termcap(3) and tgetent, the first one is of type (char *). According to the manual of the unix system I am using the

Re: [ANNOUNCEMENT] Setup.exe update

2002-04-02 Thread Kurt Roeckx
On Tue, Mar 19, 2002 at 05:44:16PM +1100, Robert Collins wrote: I tried the new SETUP.EXE. The problem is it doesn't recognize my previous installation or rather my previous downloads! Instead it creates another folder named according to the server it connected and download the

Re: [ANNOUNCEMENT] Setup.exe update

2002-03-30 Thread Kurt Roeckx
On Tue, Mar 19, 2002 at 05:44:16PM +1100, Robert Collins wrote: -Original Message- From: Hotmail [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 5:41 PM To: [EMAIL PROTECTED] Subject: Re: [ANNOUNCEMENT] Setup.exe update Importance: High I tried the new

Re: Fwd: Re: Core dumped just only with strcat!

2002-02-19 Thread Kurt Roeckx
On Tue, Feb 19, 2002 at 12:45:35PM +0100, Pavel Tsekov wrote: I've trying lots of things and after 1 day with it, I've achieved to work part of the code. What I did? I just declared my array before a MYSQL_RES variable. I had: MYSQL_RES * result; char petition[500]; This is basic C

Re: Fwd: Re: Core dumped just only with strcat!

2002-02-19 Thread Kurt Roeckx
On Tue, Feb 19, 2002 at 02:14:38PM +0100, Kurt Roeckx wrote: On Tue, Feb 19, 2002 at 12:45:35PM +0100, Pavel Tsekov wrote: I've trying lots of things and after 1 day with it, I've achieved to work part of the code. What I did? I just declared my array before a MYSQL_RES variable. I had