From c1a02f1318c4e53cf808cb933e63831edd35e6e4 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Sat, 3 Jul 2021 10:08:25 +0900 Subject: [PATCH] Fix typo in pgpool.conf samples. --- src/sample/pgpool.conf.sample-raw | 4 ++-- src/sample/pgpool.conf.sample-replication | 4 ++-- src/sample/pgpool.conf.sample-slony | 4 ++-- src/sample/pgpool.conf.sample-snapshot | 4 ++-- src/sample/pgpool.conf.sample-stream | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/sample/pgpool.conf.sample-raw b/src/sample/pgpool.conf.sample-raw index e80659529..080a0329d 100644 --- a/src/sample/pgpool.conf.sample-raw +++ b/src/sample/pgpool.conf.sample-raw @@ -417,7 +417,7 @@ disable_load_balance_on_write = 'transaction' # will not be load balanced until the session ends. # # 'dml_adaptive': - # Queries on the tables that have already been + # Queries on the tables that have already been # modified within the current explicit transaction will # not be load balanced until the end of the transaction. # @@ -426,7 +426,7 @@ disable_load_balance_on_write = 'transaction' # not be load balanced until the session ends. # # Note that any query not in an explicit transaction - # is not affected by the parameter. + # is not affected by the parameter except 'always'. dml_adaptive_object_relationship_list= '' # comma separated list of object pairs diff --git a/src/sample/pgpool.conf.sample-replication b/src/sample/pgpool.conf.sample-replication index 85445357b..40e288701 100644 --- a/src/sample/pgpool.conf.sample-replication +++ b/src/sample/pgpool.conf.sample-replication @@ -412,7 +412,7 @@ disable_load_balance_on_write = 'transaction' # will not be load balanced until the session ends. # # 'dml_adaptive': - # Queries on the tables that have already been + # Queries on the tables that have already been # modified within the current explicit transaction will # not be load balanced until the end of the transaction. # @@ -421,7 +421,7 @@ disable_load_balance_on_write = 'transaction' # not be load balanced until the session ends. # # Note that any query not in an explicit transaction - # is not affected by the parameter. + # is not affected by the parameter except 'always'. dml_adaptive_object_relationship_list= '' # comma separated list of object pairs diff --git a/src/sample/pgpool.conf.sample-slony b/src/sample/pgpool.conf.sample-slony index a61af0ea2..884cae7bc 100644 --- a/src/sample/pgpool.conf.sample-slony +++ b/src/sample/pgpool.conf.sample-slony @@ -413,7 +413,7 @@ disable_load_balance_on_write = 'transaction' # will not be load balanced until the session ends. # # 'dml_adaptive': - # Queries on the tables that have already been + # Queries on the tables that have already been # modified within the current explicit transaction will # not be load balanced until the end of the transaction. # @@ -422,7 +422,7 @@ disable_load_balance_on_write = 'transaction' # not be load balanced until the session ends. # # Note that any query not in an explicit transaction - # is not affected by the parameter. + # is not affected by the parameter except 'always'. dml_adaptive_object_relationship_list= '' # comma separated list of object pairs diff --git a/src/sample/pgpool.conf.sample-snapshot b/src/sample/pgpool.conf.sample-snapshot index cf489f7f3..db505d01b 100644 --- a/src/sample/pgpool.conf.sample-snapshot +++ b/src/sample/pgpool.conf.sample-snapshot @@ -410,7 +410,7 @@ disable_load_balance_on_write = 'transaction' # will not be load balanced until the session ends. # # 'dml_adaptive': - # Queries on the tables that have already been + # Queries on the tables that have already been # modified within the current explicit transaction will # not be load balanced until the end of the transaction. # @@ -419,7 +419,7 @@ disable_load_balance_on_write = 'transaction' # not be load balanced until the session ends. # # Note that any query not in an explicit transaction - # is not affected by the parameter. + # is not affected by the parameter except 'always'. dml_adaptive_object_relationship_list= '' # comma separated list of object pairs diff --git a/src/sample/pgpool.conf.sample-stream b/src/sample/pgpool.conf.sample-stream index 4097a5880..bb6431212 100644 --- a/src/sample/pgpool.conf.sample-stream +++ b/src/sample/pgpool.conf.sample-stream @@ -416,7 +416,7 @@ disable_load_balance_on_write = 'transaction' # will not be load balanced until the session ends. # # 'dml_adaptive': - # Queries on the tables that have already been + # Queries on the tables that have already been # modified within the current explicit transaction will # not be load balanced until the end of the transaction. # @@ -425,7 +425,7 @@ disable_load_balance_on_write = 'transaction' # not be load balanced until the session ends. # # Note that any query not in an explicit transaction - # is not affected by the parameter. + # is not affected by the parameter except 'always'. dml_adaptive_object_relationship_list= '' # comma separated list of object pairs -- 2.39.5