projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
690805c
)
Fix typo
author
Alvaro Herrera
<
[email protected]
>
Tue, 20 Feb 2024 09:54:34 +0000
(10:54 +0100)
committer
Alvaro Herrera
<
[email protected]
>
Wed, 21 Feb 2024 10:32:28 +0000
(11:32 +0100)
src/backend/tcop/postgres.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/tcop/postgres.c
b/src/backend/tcop/postgres.c
index 2c63b7875a3567062fb79b21b82788ce452026cd..59ab812d2e8ec6847d496c185f1ba0f9f24179d3 100644
(file)
--- a/
src/backend/tcop/postgres.c
+++ b/
src/backend/tcop/postgres.c
@@
-3650,7
+3650,7
@@
assign_transaction_timeout(int newval, void *extra)
if (IsTransactionState())
{
/*
- * If transaction_timeout GUC has change
s
within the transaction block
+ * If transaction_timeout GUC has change
d
within the transaction block
* enable or disable the timer correspondingly.
*/
if (newval > 0 && !get_timeout_active(TRANSACTION_TIMEOUT))