[AMOS commit] MDL-58651 logstore_database: Add ability to not send database options Committed into Git: 2017-04-20 02:11 UTC

[AMOS commit] MDL-58651 logstore_database: Add ability to not send database options Committed into Git: 2017-04-20 02:11 UTC

by AMOS bot -
Number of replies: 0
Author: Adam Olley
MDL-58651 logstore_database: Add ability to not send database options
In the core dml:
PostgreSQL connections now use advanced options to reduce connection overhead.
These options are not compatible with some connection poolers. The
dbhandlesoptions parameter has been added to allow the database to configure
the required defaults.

This item adds a setting to the logstore_database plugin to let you set the
same flag for your destination database - without it you won't be able to ship
logs to a postgresql database with a pgbouncer frontend.


http://git.moodle.org/gw?p=moodle.git;a=commit;h=57cb067173b0b9c289431e2d04fe302d4f60ba8f
http://github.com/moodle/moodle/commit/57cb067173b0b9c289431e2d04fe302d4f60ba8f

+ 3.3 en [databasehandlesoptions,logstore_database]
+ 3.3 en [databasehandlesoptions_help,logstore_database]