Re: [PATCHES] unixware having FULL pathnames in DT_SONAME

2003-09-09 Thread Bruce Momjian
Patch applied. Affects only Unixware. Thanks. --- Larry Rosenman wrote: > Here is a patch to make PostgreSQL use a full path in DT_SONAME for > UnixWare. > > Please apply. > > Index: src/Makefile.shlib > ==

Re: [PATCHES] [HACKERS] New array functions

2003-09-09 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Joe Conway wrote: > Joe Conway wrote: > >

Re: [PATCHES] 7.4beta2 initdb Fix

2003-09-09 Thread Bruce Momjian
A fix for this will be in beta3. --- Database Administrator wrote: > I found some trouble in installing PostgreSQL 7.4beta2 on Mac OS X > 10.2.6. Specifically, on that operating system, the new script > calculates shared-buf

Re: [PATCHES] WIN32_CONSOLE usage

2003-09-09 Thread Christoph Dalitz
On Sun, 07 Sep 2003 20:37:08 +0200 Manfred Spraul <[EMAIL PROTECTED]> wrote: > > >>I think we ought to detect the console type automatically anyway. > >>Certainly we don't want people to have to set this variables all the time. > >> > Does input from the console work correctly right now? > >

Re: [PATCHES] about contrib/dbase/dbf.c (fwd): conversion of non-ascii

2003-09-09 Thread Bruce Momjian
I already applied your DBF patch, but I just found a cleaner way --- patch attached and applied. --- Andriy Tkachuk wrote: > Hi folks. > > I suppose, that Bruse was busy to answer on my last mail on this topic. > But I love

Re: [PATCHES] Minor lmgr code cleanup

2003-09-09 Thread Bruce Momjian
This has been saved for the 7.5 release: http:/momjian.postgresql.org/cgi-bin/pgpatches2 --- Manfred Koizar wrote: > On Mon, 8 Sep 2003 13:02:11 -0400 (EDT), Bruce Momjian > <[EMAIL PROTECTED]> wrote: > > > >Manfred

Re: [PATCHES] Minor lmgr code cleanup

2003-09-09 Thread Manfred Koizar
On Mon, 8 Sep 2003 13:02:11 -0400 (EDT), Bruce Momjian <[EMAIL PROTECTED]> wrote: > >Manfred, can I get a description for this patch? Thanks. Try to reduce confusion about what is a lock method identifier, a lock method control structure, or a table of control structures. . Use type LOCKMASK whe