projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c89684
)
Remove comment that is no longer true.
author
Heikki Linnakangas
Mon, 15 Oct 2012 08:02:02 +0000
(11:02 +0300)
committer
Heikki Linnakangas
Mon, 15 Oct 2012 08:03:39 +0000
(11:03 +0300)
AddToDataDirLockFile() supports out-of-order updates of the lockfile
nowadays.
src/include/miscadmin.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/miscadmin.h
b/src/include/miscadmin.h
index 9f57989f8056344a239f9da6e99f6f83f717062e..3ea349315c770f2e1cd2c55028501913c0ddfede 100644
(file)
--- a/
src/include/miscadmin.h
+++ b/
src/include/miscadmin.h
@@
-416,7
+416,7
@@
extern char *local_preload_libraries_string;
* 7 shared memory key (not present on Windows)
*
* Lines 6 and up are added via AddToDataDirLockFile() after initial file
- * creation
; they have to be ordered according to time of addition
.
+ * creation.
*
* The socket lock file, if used, has the same contents as lines 1-5.
*/