]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove inappropriate raw_expression_tree_walker() code
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 29 Jun 2023 08:30:55 +0000 (10:30 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 29 Jun 2023 08:35:35 +0000 (10:35 +0200)
commitdf5dcf41cf01af158d2b833a0ae752e52f5d38e8
treeefb6f6b537505267131cc83cae471c7b497ab52c
parente886124647ce88681ee09dda9a94dd03140c664b
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.
src/backend/nodes/nodeFuncs.c