Re: [pgsql-patches] [PATCHES] Building libpq/psql with Borland BCC5

2007-01-10 Thread L Bayuk
On Wed, Jan 10, 2007 at 02:53:01PM +1100, Gavin Sherry wrote: >... > Can we be sure that a BCC build libpq is even safe to use given the > problems seen when using psql? I have high confidence in my BCC-built libpq, in so far as its functions are exposed through the Tcl interface pgtcl-ng. My test

Re: [pgsql-patches] [PATCHES] Building libpq/psql with Borland BCC5

2007-01-10 Thread Bruce Momjian
Patch applied. Thanks. Backpatch to 8.2.X.z --- L Bayuk wrote: > The attached patch against PostgreSQL-8.2.1 was discussed on [INTERFACES]. > It fixes bcc32.mak makefiles for the Borland BCC compiler to build libpq > and

Re: [pgsql-patches] [HACKERS] [PATCHES] Building libpq/psql with Borland BCC5

2007-01-10 Thread Merlin Moncure
On 1/10/07, Alvaro Herrera <[EMAIL PROTECTED]> wrote: What about a Mingw or VC++ psql with a BCC libpq? Is it possible to link something like that? It would be nice to have the libpq at least able to pass the regression tests. you can use microsoft/mingw compiled DLL files but not library fi

Re: [pgsql-patches] [HACKERS] [PATCHES] Building libpq/psql with Borland BCC5

2007-01-10 Thread Bruce Momjian
Alvaro Herrera wrote: > Bruce Momjian wrote: > > Tom Lane wrote: > > > Gavin Sherry <[EMAIL PROTECTED]> writes: > > > > Can we be sure that a BCC build libpq is even safe to use given the > > > > problems seen when using psql? > > > > > > Well, I'd not trust it a lot, but surely we have to get it

Re: [pgsql-patches] [HACKERS] [PATCHES] Building libpq/psql with Borland BCC5

2007-01-10 Thread Alvaro Herrera
Bruce Momjian wrote: > Tom Lane wrote: > > Gavin Sherry <[EMAIL PROTECTED]> writes: > > > Can we be sure that a BCC build libpq is even safe to use given the > > > problems seen when using psql? > > > > Well, I'd not trust it a lot, but surely we have to get it to build > > before anyone can debug

Re: [pgsql-patches] [PATCHES] Building libpq/psql with Borland BCC5

2007-01-10 Thread Bruce Momjian
Tom Lane wrote: > Gavin Sherry <[EMAIL PROTECTED]> writes: > > Can we be sure that a BCC build libpq is even safe to use given the > > problems seen when using psql? > > Well, I'd not trust it a lot, but surely we have to get it to build > before anyone can debug it ... It does build, but the rep

Re: [PATCHES] Building libpq/psql with Borland BCC5

2007-01-09 Thread Tom Lane
Gavin Sherry <[EMAIL PROTECTED]> writes: > Can we be sure that a BCC build libpq is even safe to use given the > problems seen when using psql? Well, I'd not trust it a lot, but surely we have to get it to build before anyone can debug it ... regards, tom lane ---

Re: [PATCHES] Building libpq/psql with Borland BCC5

2007-01-09 Thread Bruce Momjian
Gavin Sherry wrote: > On Tue, 9 Jan 2007, Bruce Momjian wrote: > > > Gavin Sherry wrote: > > > On Tue, 9 Jan 2007, L Bayuk wrote: > > > > > > > The attached patch against PostgreSQL-8.2.1 was discussed on > > > > [INTERFACES]. > > > > It fixes bcc32.mak makefiles for the Borland BCC compiler to b

Re: [PATCHES] Building libpq/psql with Borland BCC5

2007-01-09 Thread Gavin Sherry
On Tue, 9 Jan 2007, Bruce Momjian wrote: > Gavin Sherry wrote: > > On Tue, 9 Jan 2007, L Bayuk wrote: > > > > > The attached patch against PostgreSQL-8.2.1 was discussed on [INTERFACES]. > > > It fixes bcc32.mak makefiles for the Borland BCC compiler to build libpq > > > and psql*. There are also

Re: [PATCHES] Building libpq/psql with Borland BCC5

2007-01-09 Thread Bruce Momjian
Gavin Sherry wrote: > On Tue, 9 Jan 2007, L Bayuk wrote: > > > The attached patch against PostgreSQL-8.2.1 was discussed on [INTERFACES]. > > It fixes bcc32.mak makefiles for the Borland BCC compiler to build libpq > > and psql*. There are also changes to some header files to hide some things > >

Re: [PATCHES] Building libpq/psql with Borland BCC5

2007-01-09 Thread Gavin Sherry
On Tue, 9 Jan 2007, L Bayuk wrote: > The attached patch against PostgreSQL-8.2.1 was discussed on [INTERFACES]. > It fixes bcc32.mak makefiles for the Borland BCC compiler to build libpq > and psql*. There are also changes to some header files to hide some things > BCC doesn't like. > > *Note: psq

[PATCHES] Building libpq/psql with Borland BCC5

2007-01-09 Thread L Bayuk
The attached patch against PostgreSQL-8.2.1 was discussed on [INTERFACES]. It fixes bcc32.mak makefiles for the Borland BCC compiler to build libpq and psql*. There are also changes to some header files to hide some things BCC doesn't like. *Note: psql compiles with bcc after the patch, but it doe