-----Original Message-----
From: "Andreas Pflug"<pgadmin@pse-consulting.de>
Sent: 29/04/06 17:12:42
To: "Florian G. Pflug"<fgp@phlo.org>
Cc: "pgadmin-hackers"<pgadmin-hackers@postgresql.org>
Subject: Re: [pgadmin-hackers] Commits 5097(1.4 branch) and 5096(trunk) break
> GetLastError is a win32 api call, needs to be removed.
Thinko :-( Should have been ::wxSysErrorCode(). I'd fix it now but I'm on my pda. Will do it tomorrow unless you get
therefirst.
BTW, to save any toe-treading, I'm 90% done on the password pre-encryption todo.
/D
-----Unmodified Original Message-----
Florian G. Pflug wrote:
> Hi
>
> Starting from revisions 5097 (for 1.4) and 5096 (trunk) the OSX build
> failes for me. Seems like ::GetLastError() is undefined when using
> wxMac 2.6.2. Any ideas?
>
Man, you really should upgrade your operating system to a compatible
one... :-)
GetLastError is a win32 api call, needs to be removed.
Regards,
Andreas
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match