diff options
author | Thomas Munro | 2019-04-10 00:49:49 +0000 |
---|---|---|
committer | Thomas Munro | 2019-04-10 00:49:49 +0000 |
commit | d614aae02e8f878438716b7fd2642b8240b3f2b3 (patch) | |
tree | 3134978cf69b7f187aaed5e481c61cf1c43e712f | |
parent | 255044889d419354b46a2bf8907b83507d695af5 (diff) |
Improve comment in sync.h.
Per off-list complaint from Andres Freund.
-rw-r--r-- | src/include/storage/sync.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/sync.h b/src/include/storage/sync.h index 124a49ea98..8efb68f8e0 100644 --- a/src/include/storage/sync.h +++ b/src/include/storage/sync.h @@ -29,8 +29,8 @@ typedef enum SyncRequestType } SyncRequestType; /* - * Which set of functions to use to handle a given request. See the function - * table in sync.c. + * Which set of functions to use to handle a given request. The values of + * the enumerators must match the indexes of the function table in sync.c. */ typedef enum SyncRequestHandler { |