Peter Eisentraut efcf55f8fe 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.
2023-06-29 10:34:53 +02:00
..
2023-06-28 21:32:53 -07:00
2023-06-26 12:02:02 +02:00
2023-06-26 12:02:02 +02:00
2023-06-29 09:14:55 +02:00