aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_utilcmd.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2019-03-29 10:53:40 +0100
committerPeter Eisentraut <peter@eisentraut.org>2019-03-29 10:53:40 +0100
commitbb76134b08aa46cdeb0ff1e6d7b392d315529a8c (patch)
tree0e7f47a535dac45c171c154312d7330c00ed467f /src/backend/parser/parse_utilcmd.c
parent5dc92b844e680c54a7ecd68de0ba53c949c3d605 (diff)
downloadpostgresql-bb76134b08aa46cdeb0ff1e6d7b392d315529a8c.tar.gz
postgresql-bb76134b08aa46cdeb0ff1e6d7b392d315529a8c.zip
Fix incorrect code in new REINDEX CONCURRENTLY code
The previous code was adding pointers to transient variables to a list, but by the time the list was read, the variable might be gone, depending on the compiler. Fix it by making copies in the proper memory context.
Diffstat (limited to 'src/backend/parser/parse_utilcmd.c')
0 files changed, 0 insertions, 0 deletions