diff options
author | Thomas Munro <tmunro@postgresql.org> | 2019-04-10 12:49:49 +1200 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2019-04-10 12:49:49 +1200 |
commit | d614aae02e8f878438716b7fd2642b8240b3f2b3 (patch) | |
tree | 3134978cf69b7f187aaed5e481c61cf1c43e712f /src | |
parent | 255044889d419354b46a2bf8907b83507d695af5 (diff) | |
download | postgresql-d614aae02e8f878438716b7fd2642b8240b3f2b3.tar.gz postgresql-d614aae02e8f878438716b7fd2642b8240b3f2b3.zip |
Improve comment in sync.h.
Per off-list complaint from Andres Freund.
Diffstat (limited to 'src')
-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 124a49ea984..8efb68f8e01 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 { |