Re: [PATCHES] psql tab completion bug and possible fix

2003-10-15 Thread Ian Barwick
On Wednesday 15 October 2003 22:45, Tom Lane wrote: > Ian Barwick <[EMAIL PROTECTED]> writes: > > On Tuesday 14 October 2003 23:38, Tom Lane wrote: > >> Surely all those replacements of \\ with are wrong. > > > > The slash in the slash command gets escaped too...: > > Not the way I did it. Yo

Re: [PATCHES] psql tab completion bug and possible fix

2003-10-15 Thread Tom Lane
Ian Barwick <[EMAIL PROTECTED]> writes: > On Tuesday 14 October 2003 23:38, Tom Lane wrote: >> Surely all those replacements of \\ with are wrong. > The slash in the slash command gets escaped too...: Not the way I did it. You were doing the escaping in the wrong place IMHO --- the string p

Re: [PATCHES] psql tab completion bug and possible fix

2003-10-15 Thread Ian Barwick
On Tuesday 14 October 2003 23:38, Tom Lane wrote: > Ian Barwick <[EMAIL PROTECTED]> writes: > > A patch for this using PQescapeString (is there another preferred > > method?) is attached as a possible solution. > > Surely all those replacements of \\ with are wrong. The slash in the slash com

Re: [PATCHES] fix for strict-alias warnings

2003-10-15 Thread Tom Lane
"Andrew Dunstan" <[EMAIL PROTECTED]> writes: > Interestingly, a lot of the comparison and call to memset() still seem to be > optimised away, but the loop from MemSet is left, so the multiplication is > also not optimised away. Yeah, I saw the same in gcc 3.2 (on Intel) yesterday. I thought maybe

Re: [PATCHES] fix for strict-alias warnings

2003-10-15 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > All this is interesting, but the real problem remains that we don't know > what else might be affected because gcc apparently doesn't promise to > tell us. IMO the gcc team made a bad mistake by turning this on by > default for -O2 without reliable ac

[PATCHES] minor HISTORY improvement

2003-10-15 Thread Neil Conway
This patch adds another item to the "migration to 7.4" list in the HISTORY file, and attributes the shared-buffer-alignment change to Manfred Spraul. -Neil Index: HISTORY === RCS file: /var/lib/cvs/pgsql-server/HISTORY,v retrieving r

Re: [PATCHES] fix for strict-alias warnings

2003-10-15 Thread Andrew Dunstan
gcc 3.3.1/cygwin MemSetAligned: prints "square is 4.00" MemSet: prints "square is 0.00" Interestingly, a lot of the comparison and call to memset() still seem to be optimised away, but the loop from MemSet is left, so the multiplication is also not optimised away. here's the assembler fo

Re: [PATCHES] More sl translations

2003-10-15 Thread Peter Eisentraut
Aleksander Kmetec writes: > new files > pg_resetxlog.po : src/bin/pg_resetxlog/po/sl.po > pg_controldata.po : src/bin/pg_controldata/po/sl.po > > updated files > psql.po : src/bin/psql/po/sl.po Installed. -- Peter Eisentraut [EMAIL PROTECTED] ---(end of broad

Re: [PATCHES] Invio in corso posta elettronica: postgres-it.po.bz2

2003-10-15 Thread Peter Eisentraut
mirko tebaldi writes: > italian translation, later version with fuzzy strings fixed Please run msgfmt -o /dev/null -c -v postgres.it.po on this file and fix the errors that it shows you. -- Peter Eisentraut [EMAIL PROTECTED] ---(end of broadcast)---

Re: [PATCHES] Italian NLS, pg_dump-it.po initial translation

2003-10-15 Thread Peter Eisentraut
Gaetano Mendola writes: > [EMAIL PROTECTED] wrote: > > > Hello, > > > > This is a first translation of pg_dump.po. It is not complete but quite a lot has > > been done. > > Corrected some typo error and added missing translations. Installed. -- Peter Eisentraut [EMAIL PROTECTED] --

Re: [PATCHES] Italian NLS, libpq-it.po updates

2003-10-15 Thread Peter Eisentraut
[EMAIL PROTECTED] writes: > Please commit the changes, file reviewed by Gaetano Mendola. Corrected a couple of > messages. Done. -- Peter Eisentraut [EMAIL PROTECTED] ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choo