From 1e78cc5cd0dbdc79d65cf00dce35493247d77698 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 14 Sep 2017 17:08:36 +0200 Subject: [PATCH] load_balance_mode warning --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d97f794..c39ad3e 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,14 @@ In output you can see both nodes, and their status, if it looks ok, test cluster ./t/3-test.sh +You can also run + +./t/80-insert-test.sh + +to run continuous inserts into database in insert, select order without explicit tranactions for them. +This nicely demonstrates problem if load_balance_mode = on in pgpool.conf + + If you edited local files, push changes to all nodes using: make push -- 2.20.1