Re: [COMMITTERS] pgsql: Move btbulkdelete's vacuum_delay_point()

2006-02-15 Thread Simon Riggs
On Tue, 2006-02-14 at 17:13 -0500, Tom Lane wrote: > Simon Riggs <[EMAIL PROTECTED]> writes: > > Perhaps if vacuum_delay_point() contained a timer check, we'd be able to > > see if any gap between vacuum delays was more than the actual delay > > itself. It would be nice to know they are all gone, f

Re: [COMMITTERS] pgsql: Move btbulkdelete's vacuum_delay_point()

2006-02-15 Thread Tom Lane
Simon Riggs <[EMAIL PROTECTED]> writes: >if (LWLockNumHeldByMe() == 0) > pg_usleep(msec * 1000L); >else > elog(WARNING, "losing sleep because internal locks are held"); I did some testing yesterday with an Assert added to vacuum_delay_point: Assert(InterruptHoldoffCou

[COMMITTERS] pgsql: Since we only use libld on AIX, don't include it in LIBS on any

2006-02-15 Thread Tom Lane
Log Message: --- Since we only use libld on AIX, don't include it in LIBS on any other platforms (it does exist on HPUX, for one). We could probably even make this a test for specific AIX versions, but I don't know which ones need it. Modified Files: -- pgsql: conf

[COMMITTERS] pgsql: Put the first section of a chapter in its own chunk.

2006-02-15 Thread Peter Eisentraut
Log Message: --- Put the first section of a chapter in its own chunk. Modified Files: -- pgsql/doc/src/sgml: stylesheet.dsl (r1.29 -> r1.30) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/stylesheet.dsl.diff?r1=1.29&r2=1.30) ---