Commit d614aae0 authored by Thomas Munro's avatar Thomas Munro

Improve comment in sync.h.

Per off-list complaint from Andres Freund.
parent 25504488
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment