aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/windowfuncs.c
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2024-05-01 13:22:16 +1200
committerDavid Rowley <drowley@postgresql.org>2024-05-01 13:22:16 +1200
commit52f21f928732418b333232a36fb02890f9c87b52 (patch)
tree82711826fcdffdd482230ce02abb50900ea391c3 /src/backend/utils/adt/windowfuncs.c
parentbf379b555c06034bcd1be384cc145d8264213f41 (diff)
downloadpostgresql-52f21f928732418b333232a36fb02890f9c87b52.tar.gz
postgresql-52f21f928732418b333232a36fb02890f9c87b52.zip
Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans
As an optimization, we store "name" columns as cstrings in btree indexes. Here we modify it so that Index Only Scans convert these cstrings back to names with NAMEDATALEN bytes rather than storing the cstring in the tuple slot, as was happening previously. Bug: #17855 Reported-by: Alexander Lakhin Reviewed-by: Alexander Lakhin, Tom Lane Discussion: https://postgr.es/m/17855-5f523e0f9769a566@postgresql.org Backpatch-through: 12, all supported versions
Diffstat (limited to 'src/backend/utils/adt/windowfuncs.c')
0 files changed, 0 insertions, 0 deletions