aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-10-28 12:58:32 -0400
committerBruce Momjian <bruce@momjian.us>2023-10-28 12:59:00 -0400
commitde64268561606b62e69e81b9c07ac2eab93c85ea (patch)
tree0101c8161a6c5cb9211d61a4ec6b1bda0ec4d824 /src
parent5fd3e06f6ad1035da71124a79208242cd915ba2e (diff)
downloadpostgresql-de64268561606b62e69e81b9c07ac2eab93c85ea.tar.gz
postgresql-de64268561606b62e69e81b9c07ac2eab93c85ea.zip
doc: comment wording improvement
Discussion: https://postgr.es/m/CAEG8a3L7UoZXH1VmzpV-VDkex2kt68nWKuW1WiohoT=RrzYKWA@mail.gmail.com Author: Junwang Zhao Backpatch-through: master
Diffstat (limited to 'src')
-rw-r--r--src/backend/postmaster/postmaster.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c
index 2d0aed50cb9..39d77bea9ea 100644
--- a/src/backend/postmaster/postmaster.c
+++ b/src/backend/postmaster/postmaster.c
@@ -1563,8 +1563,8 @@ getInstallationPaths(const char *argv0)
FreeDir(pdir);
/*
- * XXX is it worth similarly checking the share/ directory? If the lib/
- * directory is there, then share/ probably is too.
+ * It's not worth checking the share/ directory. If the lib/ directory
+ * is there, then share/ probably is too.
*/
}