pgsql: Fix latency calculation when there are \sleep commands in the sc

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix latency calculation when there are \sleep commands in the sc
Дата
Msg-id E1bm4nU-0002kr-2v@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix latency calculation when there are \sleep commands in the script.

We can't use txn_scheduled to hold the sleep-until time for \sleep, because
that interferes with calculation of the latency of the transaction as whole.

Backpatch to 9.4, where this bug was introduced.

Fabien COELHO

Discussion: <alpine.DEB.2.20.1608231622170.7102@lancre>

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/476945c451d675cc31cd89bce202b775cef45a8e

Modified Files
--------------
contrib/pgbench/pgbench.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix latency calculation when there are \sleep commands in the sc
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix outdated comments, GIST search queue is not an RBTree anymor