forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfecf15e
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 parentd636415 commitfecf15e
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
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)