projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2550448
)
Improve comment in sync.h.
author
Thomas Munro
<tmunro@postgresql.org>
Wed, 10 Apr 2019 00:49:49 +0000
(12:49 +1200)
committer
Thomas Munro
<tmunro@postgresql.org>
Wed, 10 Apr 2019 00:49:49 +0000
(12:49 +1200)
Per off-list complaint from Andres Freund.
src/include/storage/sync.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/storage/sync.h
b/src/include/storage/sync.h
index 124a49ea984891678daf5617db275946cb6e7599..8efb68f8e01f9ddfbc83daab4a1ed485e706b817 100644
(file)
--- a/
src/include/storage/sync.h
+++ b/
src/include/storage/sync.h
@@
-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
+ * t
he enumerators must match the indexes of the function t
able in sync.c.
*/
typedef enum SyncRequestHandler
{