]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Flip prepared-statements to off for 4.3.x 9219/head
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Tue, 9 Jun 2020 19:21:18 +0000 (21:21 +0200)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Tue, 9 Jun 2020 19:21:18 +0000 (21:21 +0200)
docs/backends/generic-postgresql.rst
modules/gpgsqlbackend/gpgsqlbackend.cc

index 410614ff849c0b43075845b0be3968992b337772..3b008452d38beaa45a5b03f3516053785bca7152 100644 (file)
@@ -98,7 +98,7 @@ Default: "".
 
 Prepare statements for better performance, instead of sending parameterized queries.
 Might not work with connection poolers.
-Default: yes.
+Default: no (in 4.3.x; defaults to yes in 4.4.0 and newer)
 
 .. versionadded:: 4.3.1
 
index 53833ee65a2a6e2b505bca118b2beff0377d530d..18652b0c49a1082dbb6370f42973a9e36f3338d3 100644 (file)
@@ -88,7 +88,7 @@ public:
     declare(suffix,"port","Database backend port to connect to","");
     declare(suffix,"password","Database backend password to connect with","");
     declare(suffix,"extra-connection-parameters", "Extra parameters to add to connection string","");
-    declare(suffix,"prepared-statements", "Use prepared statements instead of parameterized queries", "yes");
+    declare(suffix,"prepared-statements", "Use prepared statements instead of parameterized queries", "no");
 
     declare(suffix,"dnssec","Enable DNSSEC processing","no");