postgresql/src/backend
Alexander Korotkov bf308639bf Fix variable usage in wakeupWaiters()
Mistakenly, `i` was used both as an integer representation of lsnType and
an index in wakeUpProcs array.

Discussion: https://postgr.es/m/CA%2BhUKG%2BL0OQR8dQtsNBSaA3FNNyQeFabdeRVzurm0b7Xtp592g%40mail.gmail.com
Reviewed-by: Thomas Munro <thomas.munro@gmail.com>
Reviewed-by: Ruikai Peng <ruikai@pwno.io>
2026-01-06 10:04:28 +02:00
..
access Fix variable usage in wakeupWaiters() 2026-01-06 10:04:28 +02:00
archive Update copyright for 2026 2026-01-01 13:24:10 -05:00
backup Update copyright for 2026 2026-01-01 13:24:10 -05:00
bootstrap Include error location in errors from ComputeIndexAttrs(). 2026-01-04 14:16:20 -05:00
catalog Update copyright for 2026 2026-01-01 13:24:10 -05:00
commands Fix issue with EVENT TRIGGERS and ALTER PUBLICATION 2026-01-06 17:29:12 +13:00
executor Improve the comments atop build_replindex_scan_key(). 2026-01-05 03:06:55 +00:00
foreign Update copyright for 2026 2026-01-01 13:24:10 -05:00
jit Update copyright for 2026 2026-01-01 13:24:10 -05:00
lib Update copyright for 2026 2026-01-01 13:24:10 -05:00
libpq Update copyright for 2026 2026-01-01 13:24:10 -05:00
main Update copyright for 2026 2026-01-01 13:24:10 -05:00
nodes Fix typos and inconsistencies in code and comments 2026-01-05 09:19:15 +09:00
optimizer Fix typo in planner.c 2026-01-06 12:30:01 +09:00
parser Adjust errcode in checkPartition() 2026-01-05 19:56:19 +02:00
partitioning Fix typos and inconsistencies in code and comments 2026-01-05 09:19:15 +09:00
po Update copyright for 2026 2026-01-01 13:24:10 -05:00
port Update copyright for 2026 2026-01-01 13:24:10 -05:00
postmaster Allow bgworkers to be terminated for database-related commands 2026-01-06 14:24:29 +09:00
regex Update copyright for 2026 2026-01-01 13:24:10 -05:00
replication Update comments atop ReplicationSlotCreate. 2026-01-06 05:02:25 +00:00
rewrite Update copyright for 2026 2026-01-01 13:24:10 -05:00
snowball Fix meson build of snowball code. 2026-01-05 16:51:36 -05:00
statistics Update copyright for 2026 2026-01-01 13:24:10 -05:00
storage Allow bgworkers to be terminated for database-related commands 2026-01-06 14:24:29 +09:00
tcop Include error location in errors from ComputeIndexAttrs(). 2026-01-04 14:16:20 -05:00
tsearch Update copyright for 2026 2026-01-01 13:24:10 -05:00
utils Extend xlogwait infrastructure with write and flush wait types 2026-01-05 19:56:19 +02:00
.gitignore
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
Makefile Update copyright for 2026 2026-01-01 13:24:10 -05:00
meson.build Update copyright for 2026 2026-01-01 13:24:10 -05:00
nls.mk Create a separate file listing backend types 2025-09-26 15:21:49 +02:00