postgresql/src/backend/access
Amit Kapila f66fcc5cd6 Fix an uninitialized access in hash_xlog_squeeze_page().
Commit 861f86beea changed hash_xlog_squeeze_page() to start reading
the write buffer conditionally but forgot to initialize it leading to an
uninitialized access.

Reported-by: Alexander Lakhin
Author: Hayato Kuroda
Reviewed-by: Alexander Lakhin, Amit Kapila
Discussion: http://postgr.es/m/62ed1a9f-746a-8e86-904b-51b9b806a1d9@gmail.com
2023-12-01 10:22:13 +05:30
..
brin Fix brin.c indentation issues introduced by c1ec02be1d 2023-11-26 21:35:32 +01:00
common Make ResourceOwners more easily extensible. 2023-11-08 13:30:50 +02:00
gin Reuse BrinDesc and BrinRevmap in brininsert 2023-11-25 20:27:28 +01:00
gist Reuse BrinDesc and BrinRevmap in brininsert 2023-11-25 20:27:28 +01:00
hash Fix an uninitialized access in hash_xlog_squeeze_page(). 2023-12-01 10:22:13 +05:30
heap Apply quotes more consistently to GUC names in logs 2023-11-30 14:11:45 +09:00
index Check if ii_AmCache is NULL in aminsertcleanup 2023-11-27 16:53:06 +01:00
nbtree Reuse BrinDesc and BrinRevmap in brininsert 2023-11-25 20:27:28 +01:00
rmgrdesc Index SLRUs by 64-bit integers rather than by 32-bit integers 2023-11-29 01:40:56 +02:00
spgist Reuse BrinDesc and BrinRevmap in brininsert 2023-11-25 20:27:28 +01:00
table Add const to values and nulls arguments 2023-10-10 07:50:43 +02:00
tablesample Update copyright for 2023 2023-01-02 15:00:37 -05:00
transam Fix typo in 5a1dfde833 2023-11-30 13:46:23 +02:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00