postgresql/src/backend
Fujii Masao fd31214075 Fix comments in postmaster.c.
Commit 86c23a6eb2 changed the option to specify that postgres will
stop all other server processes by sending the signal SIGSTOP,
from -s to -T. But previously there were comments incorrectly
explaining that SIGSTOP behavior is set by -s option. This commit
fixes them.

Author: Kyotaro Horiguchi
Reviewed-by: Fujii Masao
Discussion: https://postgr.es/m/20210316.165141.1400441966284654043.horikyota.ntt@gmail.com
2021-03-19 11:28:54 +09:00
..
access Add a new GUC and a reloption to enable inserts in parallel-mode. 2021-03-18 07:25:27 +05:30
bootstrap Make archiver process an auxiliary process. 2021-03-15 13:13:14 +09:00
catalog Implement GROUP BY DISTINCT 2021-03-18 18:22:18 +01:00
commands Small error message improvement 2021-03-17 08:17:33 +01:00
executor Revert "Fix race in Parallel Hash Join batch cleanup." 2021-03-18 01:10:55 +13:00
foreign Update copyright for 2021 2021-01-02 13:06:25 -05:00
jit Use errmsg_internal for debug messages 2021-02-17 11:33:25 +01:00
lib Update copyright for 2021 2021-01-02 13:06:25 -05:00
libpq Avoid corner-case memory leak in SSL parameter processing. 2021-03-16 16:03:06 -04:00
main Update copyright for 2021 2021-01-02 13:06:25 -05:00
nodes Implement GROUP BY DISTINCT 2021-03-18 18:22:18 +01:00
optimizer Implement GROUP BY DISTINCT 2021-03-18 18:22:18 +01:00
parser Fix misuse of foreach_delete_current(). 2021-03-18 19:24:22 -04:00
partitioning Message style fix 2021-02-24 07:00:49 +01:00
po Translation updates 2020-05-18 12:49:30 +02:00
port Use errmsg_internal for debug messages 2021-02-17 11:33:25 +01:00
postmaster Fix comments in postmaster.c. 2021-03-19 11:28:54 +09:00
regex Further tweak memory management for regex DFAs. 2021-03-08 16:32:29 -05:00
replication Don't leak malloc'd error string in libpqrcv_check_conninfo(). 2021-03-18 22:22:47 -04:00
rewrite Revert "Propagate CTE property flags when copying a CTE list into a rule." 2021-02-07 12:54:08 -05:00
snowball Update snowball 2021-02-19 08:10:15 +01:00
statistics Update copyright for 2021 2021-01-02 13:06:25 -05:00
storage Remove temporary files after backend crash 2021-03-18 17:38:28 +01:00
tcop Improve logging of bad parameter values in BIND messages. 2021-03-16 11:16:41 -04:00
tsearch Don't leak compiled regex(es) when an ispell cache entry is dropped. 2021-03-18 22:22:47 -04:00
utils Don't leak malloc'd strings when a GUC setting is rejected. 2021-03-18 22:22:47 -04:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
Makefile Use sort_template.h for qsort_tuple() and qsort_ssup(). 2021-03-03 17:02:32 +13:00
nls.mk Add missing gettext triggers 2020-04-28 13:35:40 +02:00