mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Improve comment in sync.h.
Per off-list complaint from Andres Freund.
This commit is contained in:
parent
255044889d
commit
d614aae02e
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user