[PATCHES] Translation updates for pt_BR

2004-09-28 Thread Euler Taveira de Oliveira
Hi, Attached is the initdb, libpq, pg_controldata, pg_ctl, pg_resetxlog, psql and scripts translation updates. Note that pg_ctl have to be added to nls.mk Please apply. = Euler Taveira de Oliveira euler[at]yahoo_com_br

[PATCHES] Translation update for 8.0: libpq-ru

2004-09-28 Thread Serguei A. Mokhov
Hello Peter, I have updated the SSL-related messages in libpq that became fuzzy due to recent visit from the message style police. Please apply. Thanks, -- Serguei A. Mokhov| /~\The ASCII Computer Science Department | \ / Ribbon Campaign Concordia University | X

Re: [PATCHES] [pgsql-hackers-win32] VC++ psql build broken

2004-09-28 Thread Bruce Momjian
Patch applied. Thanks. I had removed the "/I ..\..\include\port\win32" because I thought it wasn't needed anymore since I adjusted some include names, but I see it is needed. Thanks. --- Dave Page wrote: > > > > -

Re: [PATCHES] LDFLAGS overriding

2004-09-28 Thread Bruce Momjian
I think your 'override' fix is correct. Personally I think override should be used in most cases in our code because we are usually careful to add to any flags already supplied by the user. --- Neil Conway wrote: > Overridi

Re: [PATCHES] 8.0.0beta3 duration logging patch

2004-09-28 Thread Ed L.
On Tuesday September 28 2004 7:59, Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > Your issue brings up that the boolean API doesn't really work well, and > > in fact highlights the fact that printing the duration as an > > independent capability really made no sense at all. Perhap

Re: [PATCHES] 8.0.0beta3 duration logging patch

2004-09-28 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Your issue brings up that the boolean API doesn't really work well, and > in fact highlights the fact that printing the duration as an independent > capability really made no sense at all. Perhaps your approach is the > proper solution --- to link them t

Re: [PATCHES] [pgsql-hackers-win32] VC++ psql build broken

2004-09-28 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Dave Page > Sent: 28 September 2004 12:06 > To: Bruce Momjian > Cc: PgSQL Win32 developers; PostgreSQL Patches > Subject: Re: [pgsql-hackers-win32] VC++ psql build broken > > - The crash I was se

Re: [PATCHES] [pgsql-hackers-win32] VC++ psql build broken

2004-09-28 Thread Dave Page
> -Original Message- > From: Bruce Momjian [mailto:[EMAIL PROTECTED] > Sent: 27 September 2004 23:58 > To: Dave Page > Cc: PgSQL Win32 developers; PostgreSQL Patches > Subject: Re: [pgsql-hackers-win32] VC++ psql build broken > > > I have fixed this issue with Dave's help. Hmm, not e

[PATCHES] LDFLAGS overriding

2004-09-28 Thread Neil Conway
Overriding the value of LDFLAGS breaks the build: $ make LDFLAGS=-g gcc-3.4 -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -Wmissing-declarations -DFRONTEND -I../../src/include -I/home/neilc/build-pgsql/src/../../pgsql/src/include -D_GNU_SOURCE -c -o dirmod.o dirmod.c -MMD gcc-3.4 -O2 -f