Improve comment in sync.h.

Per off-list complaint from Andres Freund.
This commit is contained in:
Thomas Munro 2019-04-10 12:49:49 +12:00
parent 255044889d
commit d614aae02e
1 changed files with 2 additions and 2 deletions

View File

@ -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
{