aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuild.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2023-09-18 14:27:47 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2023-09-18 14:27:47 -0400
commit95f54f0d034eb69349f9134a01441a3cdd311419 (patch)
treeec387aef10b12e5b57fa4d80735b5d51556c0d9e /src/backend/access/gist/gistbuild.c
parent2679a107a152de3f88602a41f8651ec82e4d6205 (diff)
downloadpostgresql-95f54f0d034eb69349f9134a01441a3cdd311419.tar.gz
postgresql-95f54f0d034eb69349f9134a01441a3cdd311419.zip
Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal.
cursor_to_xmlschema() assumed that any Portal must have a tupDesc, which is not so. Add a defensive check. It's plausible that this mistake occurred because of the rather poorly chosen name of the lookup function SPI_cursor_find(), which in such cases is returning something that isn't very much like a cursor. Add some documentation to try to forestall future errors of the same ilk. Report and patch by Boyu Yang (docs changes by me). Back-patch to all supported branches. Discussion: https://postgr.es/m/dd343010-c637-434c-a8cb-418f53bda3b8.yangboyu.yby@alibaba-inc.com
Diffstat (limited to 'src/backend/access/gist/gistbuild.c')
0 files changed, 0 insertions, 0 deletions