mirror of
https://github.com/postgres/postgres.git
synced 2026-07-08 01:01:01 -04:00
Remove stale comment
Commit 732e6677a added a member to TimeoutType, invalidating the
comment on EnableTimeoutParams.type. Rather than documenting the list,
as is done for vars that should only take a subset of enum values,
just remove the comment.
Author: Xuneng Zhou <xunengzhou@gmail.com>
Discussion: https://postgr.es/m/CABPTF7XuFqwOcBJ1x0rTKvEvvQ+zfZVidmjTybJPmu9_zTL6Ug@mail.gmail.com
This commit is contained in:
parent
6b41bd1a45
commit
11b33bd3c1
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ typedef enum TimeoutType
|
|||
typedef struct
|
||||
{
|
||||
TimeoutId id; /* timeout to set */
|
||||
TimeoutType type; /* TMPARAM_AFTER or TMPARAM_AT */
|
||||
TimeoutType type;
|
||||
int delay_ms; /* only used for TMPARAM_AFTER/EVERY */
|
||||
TimestampTz fin_time; /* only used for TMPARAM_AT */
|
||||
} EnableTimeoutParams;
|
||||
|
|
|
|||
Loading…
Reference in a new issue