Re: [HACKERS] Home dir changes have broken MSVC builds

2005-01-08 Thread Andrew Dunstan
Andrew Dunstan wrote: Recent changes to interfaces/libpg/fe-connect.c have broken MSVC builds, which I am reliably informed are definitely still required - at least some uses of libpq.dll made with gcc apparently cause the resulting builds or applications to blow up. The trouble seems to come

[HACKERS] Home dir changes have broken MSVC builds

2005-01-08 Thread Andrew Dunstan
Recent changes to interfaces/libpg/fe-connect.c have broken MSVC builds, which I am reliably informed are definitely still required - at least some uses of libpq.dll made with gcc apparently cause the resulting builds or applications to blow up. The trouble seems to come from these 2 lines: + #

Re: [HACKERS] getuid() vs geteuid()

2005-01-08 Thread Tom Lane
Simon Riggs <[EMAIL PROTECTED]> writes: > On Sat, 2005-01-08 at 12:44 -0500, Tom Lane wrote: >> I notice that several uses of getuid() have snuck into the code, mostly >> in relatively-recently-added SSL code. I assert that these all are >> wrong and should be checking geteuid(). Is anyone going

Re: [HACKERS] getuid() vs geteuid()

2005-01-08 Thread Simon Riggs
On Sat, 2005-01-08 at 12:44 -0500, Tom Lane wrote: > I notice that several uses of getuid() have snuck into the code, mostly > in relatively-recently-added SSL code. I assert that these all are > wrong and should be checking geteuid(). Is anyone going to complain > that we need an RC5 to change t

Re: [HACKERS] Delphi+pqsql

2005-01-08 Thread Tony Caduto
check out http://www.zeoslib.net I tried some of the commercial ones below and the postgresdac one had problems with schemas. It seems it does not fully support Postgres 7.3 and up. There really is a shortage of quality postgres TDataSet components for Delphi, Zeoslib is the best one, but it als

[HACKERS] getuid() vs geteuid()

2005-01-08 Thread Tom Lane
I notice that several uses of getuid() have snuck into the code, mostly in relatively-recently-added SSL code. I assert that these all are wrong and should be checking geteuid(). Is anyone going to complain that we need an RC5 to change this? regards, tom lane --

Re: [HACKERS] Delphi+pqsql

2005-01-08 Thread Pavel Stehule
On Sat, 8 Jan 2005, Ales Pavel wrote: > I want make some components for pqsql + Delphi, exists some PQ API ? > > Thanks > > Aldik > Czech Republic > Hello yes, comercial http://www.vitavoom.com/Products/ dbexpress driver, clasic ODBC or postgresdac http://www.sharewareconnection.com/postgresd

Re: [HACKERS] Libtool?

2005-01-08 Thread Andrew Dunstan
[EMAIL PROTECTED] wrote: Considering that pretty much everyone uses libtool these days, I'm not too worried about portability. (And before anyone asks: No, libtool does not require automake.) I think it may be worth trying out. Comments? Does it work with Windows, or with that be a 'spe

[HACKERS] Delphi+pqsql

2005-01-08 Thread Ales Pavel
I want make some components for pqsql + Delphi, exists some PQ API ? Thanks Aldik Czech Republic ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that

Re: [HACKERS] Libtool?

2005-01-08 Thread lsunley
In <[EMAIL PROTECTED]>, on 01/07/05 at 10:00 PM, "Marc G. Fournier" <[EMAIL PROTECTED]> said: >On Fri, 7 Jan 2005, Peter Eisentraut wrote: >> Various recent and not so recent problem reports got me thinking again >> that it might be worth switching our shared library build system to >> libtoo