pgpool: Add comments to where_to_send_main_replica() and dml_adaptive()

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Add comments to where_to_send_main_replica() and dml_adaptive()
Date: 2026-03-25 02:54:43
Message-ID: E1w5EOI-00FE0p-09@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Add comments to where_to_send_main_replica() and dml_adaptive().

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=ae8e8710d8b143e877caea94b2498934722a1071

Modified Files
--------------
src/context/pool_query_context.c | 12 ++++++++++++
1 file changed, 12 insertions(+)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2026-03-25 09:40:51 pgpool: Fix session local relation cache case bug.
Previous Message Tatsuo Ishii 2026-03-24 23:35:21 pgpool: Remove unnecessary check STREAM in where_to_send_main_replica()