diff options
author | Bruce Momjian <bruce@momjian.us> | 2023-10-28 12:58:32 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2023-10-28 12:59:00 -0400 |
commit | de64268561606b62e69e81b9c07ac2eab93c85ea (patch) | |
tree | 0101c8161a6c5cb9211d61a4ec6b1bda0ec4d824 /src | |
parent | 5fd3e06f6ad1035da71124a79208242cd915ba2e (diff) | |
download | postgresql-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.c | 4 |
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. */ } |