From 28e858c0f951a5f86f43ba9b8922c64bba96d2e1 Mon Sep 17 00:00:00 2001 From: Alexander Korotkov Date: Sun, 25 Feb 2024 20:30:17 +0200 Subject: Improve documentation and GUC description for transaction_timeout Reported-by: Alexander Lakhin --- src/backend/utils/misc/guc_tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/utils/misc/guc_tables.c') diff --git a/src/backend/utils/misc/guc_tables.c b/src/backend/utils/misc/guc_tables.c index 37be0669bba..527a2b27340 100644 --- a/src/backend/utils/misc/guc_tables.c +++ b/src/backend/utils/misc/guc_tables.c @@ -2589,7 +2589,7 @@ struct config_int ConfigureNamesInt[] = { {"transaction_timeout", PGC_USERSET, CLIENT_CONN_STATEMENT, - gettext_noop("Sets the maximum allowed time in a transaction with a session (not a prepared transaction)."), + gettext_noop("Sets the maximum allowed duration of any transaction within a session (not a prepared transaction)."), gettext_noop("A value of 0 turns off the timeout."), GUC_UNIT_MS }, -- cgit v1.2.3