Update EnableTimeoutParams timeout type comment
Xuneng Zhou <xunengzhou@gmail.com>
From: Xuneng Zhou <xunengzhou@gmail.com>
To: pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-07-01T01:43:40Z
Lists: pgsql-hackers
Attachments
- v1-0001-Update-EnableTimeoutParams-timeout-type-comment.patch (application/octet-stream) patch v1-0001
Hi Hackers, While reading the timeout code, I noticed that the comment for EnableTimeoutParams timeout type is kinda stale. Currently, we support three types of timeout TMPARAM_AFTER/AT/EVERY, but the comment only mentions the first two. It may not cause confusion, since the two structs are adjacent, but it might still be worth making this clearer. Attached a patch to update it. -- Regards, Xuneng Zhou HighGo Software Co., Ltd.
Commits
-
Remove stale comment
- 11b33bd3c19c master landed