forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitefcf55f
committed
Remove inappropriate raw_expression_tree_walker() code
It was walking into the ColumnDef->compression field, which is not anode but a string. This code is currently not reachable (because thecompression field is only set in situations that don't go throughraw_expression_tree_walker()), but if it had been, this could havebehaved erratically.1 parent39a584d commitefcf55f
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4262 | 4262 | | |
4263 | 4263 | | |
4264 | 4264 | | |
4265 | | - | |
4266 | | - | |
4267 | 4265 | | |
4268 | 4266 | | |
4269 | 4267 | | |
| |||
0 commit comments
Comments
(0)