aboutsummaryrefslogtreecommitdiff
path: root/src/include/miscadmin.h
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2012-10-15 11:02:02 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2012-10-15 11:03:39 +0300
commitff6c78c48009d667bf1eb66105b0c2e05dcd2fa2 (patch)
treeacd4efcc22dab4641e4c56702feb290607dd7aaf /src/include/miscadmin.h
parent5c89684e08cda82727bd8bdad155b9235fb7246e (diff)
downloadpostgresql-ff6c78c48009d667bf1eb66105b0c2e05dcd2fa2.tar.gz
postgresql-ff6c78c48009d667bf1eb66105b0c2e05dcd2fa2.zip
Remove comment that is no longer true.
AddToDataDirLockFile() supports out-of-order updates of the lockfile nowadays.
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r--src/include/miscadmin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h
index 9f57989f805..3ea349315c7 100644
--- 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.
*/