Re: [PATCHES] UnixWare UP3 compiler detection patch

2003-10-31 Thread Larry Rosenman
--On Saturday, November 01, 2003 00:17:46 +0100 Peter Eisentraut <[EMAIL PROTECTED]> wrote: Larry Rosenman writes: I put the following patch to detect the 7.1.3 UP3 compiler. If there are no SERIOUS objections, please apply: This patch breaks about all the rules for robust autoconf tests: 1.

Re: [PATCHES] UnixWare UP3 compiler detection patch

2003-10-31 Thread Peter Eisentraut
Larry Rosenman writes: > I put the following patch to detect the 7.1.3 UP3 compiler. If there > are no SERIOUS objections, please apply: This patch breaks about all the rules for robust autoconf tests: 1. Compile things using the compiler and the flags that the user chose, not hardcoded ones.

Re: [PATCHES] Improving the GiST docs

2003-10-31 Thread Tom Lane
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: > I notice that the current GiST docs are pretty crazy. Here's my first > attempt at actually making them useful. Applied with markup fixes and minor copy-editing. regards, tom lane ---(end of b

Re: [PATCHES] spanish pg_dump catalog

2003-10-31 Thread Peter Eisentraut
Alvaro Herrera writes: > One string added and some typos corrected. Please install. Done. -- Peter Eisentraut [EMAIL PROTECTED] ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [PATCHES] NLS: Swedish update of psql.po

2003-10-31 Thread Peter Eisentraut
Dennis Bjorklund writes: > On Sat, 18 Oct 2003, Dennis Bjorklund wrote: > > > All strings in the swedish psql.po have been translated. > > The above have not been commited. I have not received this email. Please send it again to me in private mail (and everything else you need to get in). > Is

Re: [PATCHES] "make check" improvement for cygwin

2003-10-31 Thread Tom Lane
"Andrew Dunstan" <[EMAIL PROTECTED]> writes: > Well, I posted the note last night but I finished the patch today, because > it was very simple and took so little time. > I think this does what you suggested. > If it's accepted I'll do a doc patch to match. It looks okay to me, modulo the later sug

Re: [PATCHES] PQunescapeBytea tweak

2003-10-31 Thread Adam Kavan
At 09:57 PM 10/30/03 -0500, Tom Lane wrote: What compiler and optimization settings are you using, and what is the hardware platform? It seems strange to me that you would get any noticeable speedup from this change. Most C compilers are supposed to be reasonably smart about optimizing subscripte

[PATCHES] UnixWare UP3 compiler detection patch

2003-10-31 Thread Larry Rosenman
I put the following patch to detect the 7.1.3 UP3 compiler. If there are no SERIOUS objections, please apply: Index: src/template/unixware === RCS file: /projects/cvsroot/pgsql-server/src/template/unixware,v retrieving revision 1.27 d