pgsql: Remove stale comment - Mailing list pgsql-committers

From John Naylor
Subject pgsql: Remove stale comment
Date
Msg-id E1wfAoX-001323-13@gemulon.postgresql.org
Whole thread
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/11b33bd3c19c5f28310dd97a3d785b773a789da4

Modified Files
--------------
src/include/utils/timeout.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix redefinition of typedef Node in numeric.h
Next
From: John Naylor
Date:
Subject: pgsql: Fix loss of precision in pg_stat_us_to_ms()