1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-09 18:21:05 +03:00

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

View File

@ -29,8 +29,8 @@ typedef enum SyncRequestType
} SyncRequestType; } SyncRequestType;
/* /*
* Which set of functions to use to handle a given request. See the function * Which set of functions to use to handle a given request. The values of
* table in sync.c. * the enumerators must match the indexes of the function table in sync.c.
*/ */
typedef enum SyncRequestHandler typedef enum SyncRequestHandler
{ {