Re: [PATCHES] compiler warning fix

2007-11-05 Thread Tom Lane
Zdenek Kotala <[EMAIL PROTECTED]> writes: > Sun studio reports following warnings during > src/interfaces/ecpg/ecpglib/prepare.c compilation: > "prepare.c", line 34: warning: storage class after type is obsolescent > "prepare.c", line 35: warning: storage class after type is obsolescent Yeah, it'

[PATCHES] compiler warning fix

2007-11-05 Thread Zdenek Kotala
Sun studio reports following warnings during src/interfaces/ecpg/ecpglib/prepare.c compilation: "prepare.c", line 34: warning: storage class after type is obsolescent "prepare.c", line 35: warning: storage class after type is obsolescent Attached patch fixes a problem. Zdenek

Re: [PATCHES] [HACKERS] Unclarity of configure options

2007-11-05 Thread Bruce Momjian
Andrew Dunstan wrote: > > > Bruce Momjian wrote: > > Andrew Dunstan wrote: > > > >> Tom Lane wrote: > >> > >>> Bruce Momjian <[EMAIL PROTECTED]> writes: > >>> > >>> > I have modified the configure message to be: > --with-libxslt build /contrib/xml2 with XSLT

Re: [PATCHES] Consistent \d commands in psql

2007-11-05 Thread Bruce Momjian
This has been saved for the 8.4 release: http://momjian.postgresql.org/cgi-bin/pgpatches_hold --- Greg Sabino Mullane wrote: > Attached is an updated version of my psql patch that makes the \d > backslash commands p

Re: [PATCHES] ipcclean is excepted by windows.

2007-11-05 Thread Bruce Momjian
I would apply this to 8.3 but I am worried it would confuse the Win32 packagers, so I am keeping it for 8.4. This has been saved for the 8.4 release: http://momjian.postgresql.org/cgi-bin/pgpatches_hold --- Hiroshi

Re: [PATCHES] Better psql tab-completion support for schemas and tables

2007-11-05 Thread Bruce Momjian
This has been saved for the 8.4 release: http://momjian.postgresql.org/cgi-bin/pgpatches_hold --- Greg Sabino Mullane wrote: > (oops, this time with -c, thanks Alvaro) > > Full support for all schema and table name

Re: [PATCHES] Adjustment of test_fsync.cf

2007-11-05 Thread Bruce Momjian
Patch applied. Yes, open should take three arguments. Thanks. --- Hiroshi Saito wrote: > Hi Bruce-san. > > It is somewhat out of order at MinGW (gcc). > (CVS-HEAD) > > make[1]: Leaving directory > `/home/hiroshi/postgre

Re: [PATCHES] [BUGS] BUG #3681: fillers are NULL in pgbench

2007-11-05 Thread Bruce Momjian
This has been saved for the 8.4 release: http://momjian.postgresql.org/cgi-bin/pgpatches_hold --- ITAGAKI Takahiro wrote: > > Tom Lane <[EMAIL PROTECTED]> wrote: > > > "ITAGAKI Takahiro" <[EMAIL PROTECTED]> writes

Re: [PATCHES] Configurable Penalty Costs for Levenshtein

2007-11-05 Thread Bruce Momjian
This has been saved for the 8.4 release: http://momjian.postgresql.org/cgi-bin/pgpatches_hold --- Volkan YAZICI wrote: > Hi, > > Following patch implements configurable penalty costs for levenshtein > distance metr

Re: [PATCHES] Patch for testing query modes on pgbench

2007-11-05 Thread Bruce Momjian
This has been saved for the 8.4 release: http://momjian.postgresql.org/cgi-bin/pgpatches_hold --- ITAGAKI Takahiro wrote: > Here is a patch for testing query modes on pgbench. It is discussed on > http://archives.p

Re: [PATCHES] [RFC] extended txid docs

2007-11-05 Thread Bruce Momjian
Marko Kreen wrote: > On 10/16/07, Chris Browne <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED] ("Marko Kreen") writes: > > > Even the realistic code may be too much for general docs, > > > but considering this is not a functionality covered > > > by general SQL textbooks, I think it is worth havin