From: Bruce Momjian Date: Sat, 28 Oct 2023 16:58:32 +0000 (-0400) Subject: doc: comment wording improvement X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=de64268561606b62e69e81b9c07ac2eab93c85ea;p=users%2Frhaas%2Fpostgres.git doc: comment wording improvement Discussion: https://postgr.es/m/CAEG8a3L7UoZXH1VmzpV-VDkex2kt68nWKuW1WiohoT=RrzYKWA@mail.gmail.com Author: Junwang Zhao Backpatch-through: master --- diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c index 2d0aed50cb..39d77bea9e 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. */ }