forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdf5dcf4
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 parente886124 commitdf5dcf4
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4011 | 4011 |
| |
4012 | 4012 |
| |
4013 | 4013 |
| |
4014 |
| - | |
4015 |
| - | |
4016 | 4014 |
| |
4017 | 4015 |
| |
4018 | 4016 |
| |
|
0 commit comments
Comments
(0)