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:
parent
255044889d
commit
d614aae02e
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user