1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

doc: comment wording improvement

Discussion: https://postgr.es/m/CAEG8a3L7UoZXH1VmzpV-VDkex2kt68nWKuW1WiohoT=RrzYKWA@mail.gmail.com

Author: Junwang Zhao

Backpatch-through: master
This commit is contained in:
Bruce Momjian 2023-10-28 12:58:32 -04:00
parent 5fd3e06f6a
commit de64268561

View File

@ -1563,8 +1563,8 @@ getInstallationPaths(const char *argv0)
FreeDir(pdir); FreeDir(pdir);
/* /*
* XXX is it worth similarly checking the share/ directory? If the lib/ * It's not worth checking the share/ directory. If the lib/ directory
* directory is there, then share/ probably is too. * is there, then share/ probably is too.
*/ */
} }