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.
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
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
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
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.
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
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