From 17332a87c324d6f1cf976b7d3dc114cb5668882e Mon Sep 17 00:00:00 2001 From: Junwang Zhao Date: Tue, 9 Aug 2022 23:33:55 +0800 Subject: [PATCH v1] [comments] rephrase the comment in a more positive way rephrase the comment in a more positive way so that future hackers will not try to remove this valuable information. Signed-off-by: Junwang Zhao --- src/backend/postmaster/postmaster.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c index 81cb585891..14ab3732f6 100644 --- a/src/backend/postmaster/postmaster.c +++ b/src/backend/postmaster/postmaster.c @@ -1583,8 +1583,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. */ } -- 2.33.0