[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=556ceb207145ce5e798696831d787af67350553b
http://github.com/moodle/moodle/commit/556ceb207145ce5e798696831d787af67350553b

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