Re: [COMMITTERS] pgsql: Fix two bugs induced in VACUUM FULL byasync-commit patch.

2007-08-13 Thread Simon Riggs
On Mon, 2007-08-13 at 19:08 +, Tom Lane wrote: > Log Message: > --- > Fix two bugs induced in VACUUM FULL by async-commit patch. > > First, we cannot assume that XLogAsyncCommitFlush guarantees hint bits will be > settable, because clog.c's inexact LSN bookkeeping results in windows wh

[COMMITTERS] pgbouncer - pgbouncer: More magic cleanup, found even couple potential

2007-08-13 Thread User Mkz
Log Message: --- More magic cleanup, found even couple potential bugs. - get_header() allowed < 5 length, which could trigger unsigned overflow. - error from server when setting parameters did not do "return false" - broken ParameterStatus should close connection. Again, thanks to David F

[COMMITTERS] pgsql: TEMPORARILY make synchronous_commit default to OFF, so that we

2007-08-13 Thread Tom Lane
Log Message: --- TEMPORARILY make synchronous_commit default to OFF, so that we can get more thorough testing of async-commit mode from the buildfarm. This patch MUST get reverted before 8.3 release! Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.136 -> r1.

[COMMITTERS] pgbouncer - pgbouncer: Magic number and error message cleanup.

2007-08-13 Thread User Mkz
Log Message: --- Magic number and error message cleanup. Thanks to David Fetter Modified Files: -- pgbouncer/src: admin.c (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/admin.c.diff?r1=1.14&r2=1.15) bouncer.h

[COMMITTERS] pgsql: Fix two bugs induced in VACUUM FULL by async-commit patch.

2007-08-13 Thread Tom Lane
Log Message: --- Fix two bugs induced in VACUUM FULL by async-commit patch. First, we cannot assume that XLogAsyncCommitFlush guarantees hint bits will be settable, because clog.c's inexact LSN bookkeeping results in windows where a previously flushed transaction is considered unhintable b

[COMMITTERS] pgbouncer - pgbouncer: tabify functions, remove unnecessary and buggy

2007-08-13 Thread User Mkz
Log Message: --- tabify functions, remove unnecessary and buggy memset Modified Files: -- pgbouncer/src: util.c (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/util.c.diff?r1=1.10&r2=1.11) ---(e

[COMMITTERS] mysql2pgsql - mysql2pgsql: Float types conversion was still not

2007-08-13 Thread User Jmduarte
Log Message: --- Float types conversion was still not converting properly double(1,2) -> double precision Modified Files: -- mysql2pgsql: mysql2pgsql.perl (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/mysql2pgsql/mysql2pgsql/mysql2pgsql.perl.