diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2023-06-29 10:30:55 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2023-06-29 10:35:35 +0200 |
commit | df5dcf41cf01af158d2b833a0ae752e52f5d38e8 (patch) | |
tree | efb6f6b537505267131cc83cae471c7b497ab52c /src/backend/jit/llvm/llvmjit_error.cpp | |
parent | e886124647ce88681ee09dda9a94dd03140c664b (diff) | |
download | postgresql-df5dcf41cf01af158d2b833a0ae752e52f5d38e8.tar.gz postgresql-df5dcf41cf01af158d2b833a0ae752e52f5d38e8.zip |
Remove inappropriate raw_expression_tree_walker() code
It was walking into the ColumnDef->compression field, which is not a
node but a string. This code is currently not reachable (because the
compression field is only set in situations that don't go through
raw_expression_tree_walker()), but if it had been, this could have
behaved erratically.
Diffstat (limited to 'src/backend/jit/llvm/llvmjit_error.cpp')
0 files changed, 0 insertions, 0 deletions