Re: [PATCHES] contrib dbf2sql.pl

2005-03-22 Thread Bruce Momjian
How is this better than /contrib/dbase tools? --- Manuel Baena GarcĂ­a wrote: > Hello, > > Here is a contrib to translate xBase-style .dbf-files to SQL. > > Manuel. [ Attachment, skipping... ] [ Attachment, skipping... ]

Re: [PATCHES] [HACKERS] WAL: O_DIRECT and multipage-writer

2005-03-22 Thread Mark Wong
On Tue, Jan 25, 2005 at 06:06:23PM +0900, ITAGAKI Takahiro wrote: > Environment: > OS : Linux kernel 2.6.9 > CPU: Pentium 4 3GHz > disk : ATA 5400rpm (Data and WAL are placed on same partition.) > memory : 1GB > config : shared_buffers=1, wal_buffers=256, >XLOG_S

Re: [PATCHES] improves ExecMakeFunctionResultNoSets

2005-03-22 Thread Tom Lane
a_ogawa <[EMAIL PROTECTED]> writes: > This patch uses InitFunctionCallInfoData macro instead of MemSet to > initialize FunctionCallInfoData. > An idea of this patch discussed in the "FunctionCallN improvement" thread. > (http://archives.postgresql.org/pgsql-hackers/2005-01/msg01054.php) Looks good

[PATCHES] improves ExecMakeFunctionResultNoSets

2005-03-22 Thread a_ogawa
(BAttached patch improves ExecMakeFunctionResultNoSets, etc. (B (BThis patch uses InitFunctionCallInfoData macro instead of MemSet to (Binitialize FunctionCallInfoData. (BAn idea of this patch discussed in the "FunctionCallN improvement" thread. (B(http://archives.postgresql.org/pgsql-hacker