[PATCHES] Add buffer length setting

2004-10-29 Thread Bruce Momjian
I few places in PQrequestCancel() did not set the errorMessage buffer length. This patch fixes that. -- Bruce Momjian| http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can

Re: [PATCHES] pg_autovacuum vacuum cost variables patch v2

2004-10-29 Thread Matthew T. O'Connor
Tom Lane wrote: Matthew T. O'Connor [EMAIL PROTECTED] writes: + if(operation == VACUUM_ANALYZE) + update_table_thresholds(dbi, tbl, VACUUM_ANALYZE); + else if(operation == VACUUM_ANALYZE) + update_table_thresholds(dbi, tbl, ANALYZE_ONLY); Surely that's not right ... are there any

Re: [PATCHES] Add buffer length setting

2004-10-29 Thread Bruce Momjian
Magnus pointed out that cancel_errReturn sets the lengths after the goto. Should I reverse out this patch? --- Bruce Momjian wrote: I few places in PQrequestCancel() did not set the errorMessage buffer length. This

Re: [PATCHES] Add buffer length setting

2004-10-29 Thread Tom Lane
Bruce Momjian [EMAIL PROTECTED] writes: Magnus pointed out that cancel_errReturn sets the lengths after the goto. Should I reverse out this patch? Yes. regards, tom lane ---(end of broadcast)--- TIP 8: explain analyze is