aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-02-27 14:14:06 +0900
committerMichael Paquier <michael@paquier.xyz>2019-02-27 14:14:06 +0900
commit414a9d3cf34c7aff1c63533df4c40ebb63bd0840 (patch)
tree96ce9471675db238ad53affc5433c1ceeed7d202 /src/backend/access/gist
parentff11e7f4b9ae017585c3ba146db7ba39c31f209a (diff)
downloadpostgresql-414a9d3cf34c7aff1c63533df4c40ebb63bd0840.tar.gz
postgresql-414a9d3cf34c7aff1c63533df4c40ebb63bd0840.zip
Fix memory leak when inserting tuple at relation creation for CTAS
The leak has been introduced by 763f2ed which has addressed the problem for transient tables, and forgot CREATE TABLE AS which shares a similar logic when receiving a new tuple to store into the newly-created relation. Author: Jeff Janes Discussion: https://postgr.es/m/CAMkU=1xZXtz3mziPEPD2Fubbas4G2RWkZm5HHABtfKVcbu1=Sg@mail.gmail.com
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions