diff options
author | Michael Paquier <michael@paquier.xyz> | 2021-10-21 10:39:07 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2021-10-21 10:39:07 +0900 |
commit | 5040c96415a062a1016e0a6b9a4dc9f26a7f356e (patch) | |
tree | 423df8e7a4cf4f7eff273a668ecf1e4c61ae4fe6 /src/backend/regex/regexec.c | |
parent | 7182788552b7b7d7fca226af2ec281789b1abff3 (diff) | |
download | postgresql-5040c96415a062a1016e0a6b9a4dc9f26a7f356e.tar.gz postgresql-5040c96415a062a1016e0a6b9a4dc9f26a7f356e.zip |
Fix corruption of pg_shdepend when copying deps from template database
Using for a new database a template database with shared dependencies
that need to be copied over was causing a corruption of pg_shdepend
because of an off-by-one computation error of the index number used for
the values inserted with a slot.
Issue introduced by e3931d0. Monitoring the rest of the code, there are
no similar mistakes.
Reported-by: Sven Klemm
Author: Aleksander Alekseev
Reviewed-by: Daniel Gustafsson, Michael Paquier
Discussion: https://postgr.es/m/CAJ7c6TP0AowkUgNL6zcAK-s5HYsVHVBRWfu69FRubPpfwZGM9A@mail.gmail.com
Backpatch-through: 14
Diffstat (limited to 'src/backend/regex/regexec.c')
0 files changed, 0 insertions, 0 deletions