Re: [PATCHES] Translation updates for 7.4/8.0: postgres-ru

2004-08-24 Thread Peter Eisentraut
Serguei Mokhov wrote: > Yet another chunk of backend messages translated > into Russian. Please install in both: 7.4 and 8.0 > branches. Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 6: Have you s

Re: [PATCHES] Translation updates for 8.0: psql-ru

2004-08-24 Thread Peter Eisentraut
Serguei Mokhov wrote: > Please install this one. It fixes up 8 strings > I missed last time due to working on older version > of downloaded .po file. Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP

Re: [PATCHES] cygwin 8.0.0beta1 postmaster/syslogger.c, port/dirmod.c, timezone/pgtz.c

2004-08-24 Thread Jason Tishler
On Tue, Aug 24, 2004 at 09:49:51PM +0200, Reini Urban wrote: > There's on remaining issue for the cygwin build: > ../../src/port/libpgport.a(dirmod.o)(.text+0x5ee):dirmod.c: undefined > reference to `__imp__CurrentMemoryContext' > ../../src/port/libpgport.a(dirmod.o)(.text+0x64b):dirmod.c: undefin

[PATCHES] cygwin 8.0.0beta1 postmaster/syslogger.c, port/dirmod.c, timezone/pgtz.c

2004-08-24 Thread Reini Urban
Attached patches are required for cygwin: 2004-08-24 21:23:53 [EMAIL PROTECTED] * (postmaster/syslogger.c) struct timeval is declared in sys/time.h, not in time.h 2004-08-24 20:20:54 rurban: * (port/dirmod.c) cygwin needs different header locations, and unlink is

Re: [PATCHES] [BUGS] 8.0.0beta1: -lpthread missing

2004-08-24 Thread Martin Münstermann
Bruce Momjian wrote: OK, I got it working now. Seems the code needed more help to loop than I though, and of course trying to change it as little as possible caused me to miss that. The attached, applied patch properly aggregates the thread flags. The bad news is that on my platform that needs _n

[PATCHES] Added schema selection to pg_restore

2004-08-24 Thread Richard van den Berg
Since I needed this feature badly, I added the -n / --schema switch to pg_restore. It restores the given schemaname only. It can be used in conjunction with the -t and other switches to make the selection very fine grained. This patches works for me, but it could use more testing. Please Cc me

[PATCHES] Service control enhancements

2004-08-24 Thread Dave Page
The attached patch improves pg_ctl's win32 service code to eliminate some possible causes of the stale postmaster.pid problem that some users have reported. - The service did not properly report that it accepts SERVICE_CONTROL_SHUTDOWN events, thus it's possible the SCM simply killed the postmaste

Re: [PATCHES] [BUGS] BUG #1219: pgxs does not work fully

2004-08-24 Thread Fabien COELHO
> Am Dienstag, 17. August 2004 14:26 schrieb Fabien COELHO: > > The patch adds missing the "libpgport.a" file to the installation under > > "install-all-headers". It is needed by some contribs. I install the > > library in "pkglibdir", but I was wondering whether it should be "libdir"? > > Yes it

Re: [PATCHES] [BUGS] BUG #1219: pgxs does not work fully

2004-08-24 Thread Peter Eisentraut
Am Dienstag, 17. August 2004 14:26 schrieb Fabien COELHO: > The patch adds missing the "libpgport.a" file to the installation under > "install-all-headers". It is needed by some contribs. I install the > library in "pkglibdir", but I was wondering whether it should be "libdir"? Yes it should. Ple

Re: [PATCHES] HP-UX PA-RISC/Itanium 64-bit Patch and HP-UX 11.23 Patch

2004-08-24 Thread Shinji Teragaito
>> On Tue, 24 Aug 2004 00:39:55 -0400, Tom Lane <[EMAIL PROTECTED]> said: > Shinji Teragaito <[EMAIL PROTECTED]> writes: >> I made a patch to let PostgreSQL work in the LP64 data model on >> HP-UX PA-RISC and HP-UX Itanium platform. > The s_lock change looks good ... but ... > This patch seems l