[pgpool-committers: 7873] pgpool: Remove /*NO LOAD BALANCE*/ comment
Takuma Hoshiai
takuma.hoshiai at gmail.com
Tue Jun 29 11:30:59 JST 2021
Remove /*NO LOAD BALANCE*/ comment
This comment was used for query load balancing controlling.
Currently, we can use allow_sql_comment and primary_routing_query_pattern_list
and things like that, so this speical comment is unnecessary.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=2579f088a91d78449c5a481ad8060aa70ba8d976
Modified Files
--------------
doc.ja/src/sgml/loadbalance.sgml | 14 --------------
doc.ja/src/sgml/restrictions.sgml | 4 ++--
doc.zh-cn/src/sgml/loadbalance.sgml | 10 ----------
doc.zh-cn/src/sgml/restrictions.sgml | 2 +-
doc/src/sgml/loadbalance.sgml | 10 ----------
doc/src/sgml/restrictions.sgml | 2 +-
src/context/pool_query_context.c | 18 ------------------
src/include/protocol/pool_process_query.h | 2 --
src/test/regression/tests/009.sql_comments/test.sh | 4 ++--
9 files changed, 6 insertions(+), 60 deletions(-)
More information about the pgpool-committers
mailing list