postgresql/src/backend
Amit Kapila c476f380e2 Fix a comment in worker.c.
The comment incorrectly states that worker gets killed during
ALTER SUBSCRIPTION ... DISABLE. Remove that part of the comment.

Author: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoCbEN==oH7BhP3U6WPHg3zgH6sDOeKhJjy4W2dx-qoVCw@mail.gmail.com
2022-02-18 07:46:51 +05:30
..
access Remove all traces of tuplestore_donestoring() in the C code 2022-02-17 09:52:02 +09:00
bootstrap pg_upgrade: Preserve relfilenodes and tablespace OIDs. 2022-01-17 13:40:27 -05:00
catalog Correct Makefile dependencies for catalog scripts 2022-02-14 09:07:09 +07:00
commands Avoid VACUUM reltuples distortion. 2022-02-16 17:15:50 -08:00
executor Fix memory leak in IndexScan node with reordering 2022-02-14 04:17:04 +03:00
foreign Remove all traces of tuplestore_donestoring() in the C code 2022-02-17 09:52:02 +09:00
jit Track LLVM 15 changes. 2022-02-14 15:51:43 +13:00
lib Update copyright for 2022 2022-01-07 19:04:57 -05:00
libpq Remove IS_AF_UNIX macro 2022-02-15 10:16:34 +01:00
main windows: Improve crash / assert / exception handling. 2022-02-02 18:33:25 -08:00
nodes Add missing node support functions 2022-02-14 09:11:13 +01:00
optimizer Don't use_physical_tlist for an IOS with non-returnable columns. 2022-02-11 15:24:02 -05:00
parser Reject trailing junk after numeric literals 2022-02-16 10:37:31 +01:00
partitioning Fix misuse of "const" qualifier. 2022-02-13 19:20:56 -05:00
po Translation updates 2021-06-21 12:33:50 +02:00
port Ensure that the argument of shmdt(2) is declared "void *". 2022-02-15 17:17:28 -05:00
postmaster Split xlog.c into xlog.c and xlogrecovery.c. 2022-02-16 09:30:38 +02:00
regex Call pg_newlocale_from_collation() also with default collation 2022-01-20 09:50:18 +01:00
replication Fix a comment in worker.c. 2022-02-18 07:46:51 +05:30
rewrite Update copyright for 2022 2022-01-07 19:04:57 -05:00
snowball Update copyright for 2022 2022-01-07 19:04:57 -05:00
statistics Fix various typos, grammar and code style in comments and docs 2022-01-25 09:40:04 +09:00
storage Remove all traces of tuplestore_donestoring() in the C code 2022-02-17 09:52:02 +09:00
tcop Move replication slot release to before_shmem_exit(). 2022-02-14 17:08:17 -08:00
tsearch Update copyright for 2022 2022-01-07 19:04:57 -05:00
utils Increase hash_mem_multiplier default to 2.0. 2022-02-16 18:41:52 -08:00
.gitignore
Makefile Server-side gzip compression. 2022-01-24 15:13:18 -05:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
nls.mk Report progress of startup operations that take a long time. 2021-10-25 11:51:57 -04:00