Re: [PATCHES] pg_resetxlog as root

2004-12-13 Thread Dave Page
> -Original Message- > From: Neil Conway [mailto:[EMAIL PROTECTED] > Sent: 13 December 2004 03:59 > To: Dave Page > Cc: pgsql-patches > Subject: RE: [PATCHES] pg_resetxlog as root > > On Sun, 2004-12-12 at 23:59 +, Dave Page wrote: > > Sounds reasonable to me. > > Attached is a pa

Re: [PATCHES] New Korean postgres po file.

2004-12-13 Thread Peter Eisentraut
Korea PostgreSQL Users' Group wrote: > We made now translated server messages for 8.0. > Please add for "ko" locale. > It just only server messages. > this file's charset is utf-8. This file contains errors: postgres-ko.po:7391: format specifications in 'msgid' and 'msgstr' for argument 1 are no

[PATCHES] New Korean client messages po files

2004-12-13 Thread Korea PostgreSQL Users' Group
Please add 2 po files for version 8.0. libpq-ko.po.gz Description: GNU Zip compressed data psql-ko.po.gz Description: GNU Zip compressed data ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [PATCHES] Updates for french .po files

2004-12-13 Thread Peter Eisentraut
Guillaume LELARGE wrote: > Here are the latest update for the french 8.0 .po files. > > Please, apply. Thanks. Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 7: don't forget to increase your free sp

Re: [PATCHES] New Korean postgres po file(2).

2004-12-13 Thread Peter Eisentraut
Korea PostgreSQL Users' Group wrote: > Sorry, I fixed them. > I attach again new po file. Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an inde

Re: [PATCHES] small typo in create user --help

2004-12-13 Thread Peter Eisentraut
Am Dienstag, 14. Dezember 2004 02:43 schrieb Robert Treat: > I guess this has to be saved for 8.1... shame. Fixed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, plea

[PATCHES] Threading fix for AIX

2004-12-13 Thread Bruce Momjian
Zeugswetter Andreas DAZ SD wrote: > > >> However, one thing we can do is to try this in Makefile.aix: > >># AIX needs threads for everything that uses libpq > >>LIBS += $(PTHREAD_LIBS) > >> That is going to enable thread libs for all linking including the > >> backend, but it might work. >

Re: [PATCHES] New Korean client messages po files

2004-12-13 Thread Peter Eisentraut
Korea PostgreSQL Users' Group wrote: > Please add 2 po files for version 8.0. Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

[PATCHES] small typo in create user --help

2004-12-13 Thread Robert Treat
I guess this has to be saved for 8.1... shame. -- Robert Treat Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL Index: createuser.c === RCS file: /projects/cvsroot/pgsql/src/bin/scripts/createuser.c,v retrieving revisio

Re: [PATCHES] pg_resetxlog as root

2004-12-13 Thread Neil Conway
On Mon, 2004-12-13 at 11:30 +, Dave Page wrote: > > > -Original Message- > > From: Neil Conway [mailto:[EMAIL PROTECTED] > > Sent: 13 December 2004 03:59 > > To: Dave Page > > Cc: pgsql-patches > > Subject: RE: [PATCHES] pg_resetxlog as root > > > > On Sun, 2004-12-12 at 23:59 +

Re: [PATCHES] [HACKERS] dropdb/contrib-regression

2004-12-13 Thread Andrew Dunstan
Tom Lane wrote: Andrew Dunstan <[EMAIL PROTECTED]> writes: I guess we could put a small sleep before dropdb in pg_regress.sh to I'd prefer to put it in contrib/Makefile's installcheck rule, so that we don't pay the price in contexts where it's not needed. tiny patch attached. For reaso