[PATCHES] hint infrastructure setup (v3)

2004-03-17 Thread Fabien COELHO
Dear patchers, Well, as the discussion rages over my previous patch submissions, I've time to improve the code;-) I finally figured out that there is 2 errhint functions (elog.c vs ipc_text.c), and the one I'm calling is the fist one, so I need to put a format. The second appears to ignore it's

[PATCHES] pstrndup()

2004-03-17 Thread Karel Zak
Hi guys, we have pstrdup(char *string) and this tiny patch adds pstrndup(char *sting, Size len). By the way, I a little played with the apache memory managment and they have the others interesting routines like ap_pstrcat(...) that concatenate all arguments (last must be

Re: [PATCHES] Another pg_autovacuum patch

2004-03-17 Thread Bruce Momjian
Joe Conway wrote: Matthew T. O'Connor wrote: This patch resolves this new found bug and fixes some of the other debugging output to be more consistent. Please apply to both HEAD and the 7.4 branch. Bruce, if you'd like, I'll apply this one. I plan to test it out tonight or tomorrow.

Re: [PATCHES] [HACKERS] Index creation takes for ever

2004-03-17 Thread Tom Lane
Bruce Momjian [EMAIL PROTECTED] writes: Tom Lane wrote: Where was it posted anyway? Found it: http://groups.google.com/groups?hl=enlr=ie=UTF-8selm=200312010450.hB14ovH16330%40candle.pha.pa.usrnum=8 Thanks. The original patch is much older than I thought --- I was looking in the

[PATCHES] ALTER TABLE...SET WITHOUT CLUSTER

2004-03-17 Thread Christopher Kings-Lynne
This patch imlements the TODO that calls for the ability to turn off all clustering on a table. Syntax is ALTER TABLE ... SET WITHOUT CLUSTER; Doc patch plus regression test is included. Chris Index: doc/src/sgml/ref/alter_table.sgml