projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fd3e06
)
doc: comment wording improvement
author
Bruce Momjian
<
[email protected]
>
Sat, 28 Oct 2023 16:58:32 +0000
(12:58 -0400)
committer
Bruce Momjian
<
[email protected]
>
Sat, 28 Oct 2023 16:59:00 +0000
(12:59 -0400)
Discussion: https://postgr.es/m/CAEG8a3L7UoZXH1VmzpV-VDkex2kt68nWKuW1WiohoT=RrzYKWA@mail.gmail.com
Author: Junwang Zhao
Backpatch-through: master
src/backend/postmaster/postmaster.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/postmaster.c
b/src/backend/postmaster/postmaster.c
index 2d0aed50cb932eeeeadad892e069122176b03687..39d77bea9ea2592858f0dc6231cec83b9fcca1e7 100644
(file)
--- 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.
*/
}