Thread: pgbouncer - pgbouncer: New config parameter: ignore_startup_parameters
pgbouncer - pgbouncer: New config parameter: ignore_startup_parameters
From
mkz@pgfoundry.org (User Mkz)
Date:
Log Message: ----------- New config parameter: ignore_startup_parameters Can be used to allow clients issue random parameters. Mostly needed to handle JDBC extra_float_digits braindamage. Modified Files: -------------- pgbouncer/doc: config.txt (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/doc/config.txt.diff?r1=1.7&r2=1.8) pgbouncer/etc: pgbouncer.ini (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/etc/pgbouncer.ini.diff?r1=1.5&r2=1.6) pgbouncer/include: bouncer.h (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/bouncer.h.diff?r1=1.14&r2=1.15) pgbouncer/src: client.c (r1.20 -> r1.21) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/client.c.diff?r1=1.20&r2=1.21) main.c (r1.42 -> r1.43) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/main.c.diff?r1=1.42&r2=1.43)