aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/arrayutils.c
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2023-11-09 09:26:40 +0530
committerAmit Kapila <akapila@postgresql.org>2023-11-09 09:26:40 +0530
commita7db71ed2787e7dbf2c41473a2b7df2fcb55abd0 (patch)
tree2ae3c9bb3ea8772e48f79ae37141b9416b32a1b6 /src/backend/utils/adt/arrayutils.c
parent108161bcb9cc6df45ed9200ca935c63b2cad4666 (diff)
downloadpostgresql-a7db71ed2787e7dbf2c41473a2b7df2fcb55abd0.tar.gz
postgresql-a7db71ed2787e7dbf2c41473a2b7df2fcb55abd0.zip
Fix uninitialized slot array access during the upgrade.
Commit 29d0a77fa introduced fetching slot information from the old cluster but didn't initialize the required array in all the code paths. So when trying to access the array in verbose mode for the new cluster, it leads to an uninitialized memory access. Author: Vignesh C Discussion: http://postgr.es/m/CALDaNm1tntGP5=CtMz=v+k3_PGv7kE9t6iWSgX-QiurAaFkhZw@mail.gmail.com
Diffstat (limited to 'src/backend/utils/adt/arrayutils.c')
0 files changed, 0 insertions, 0 deletions