forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6bc7873
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 parent7e8349c commit6bc7873
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3924 | 3924 |
| |
3925 | 3925 |
| |
3926 | 3926 |
| |
3927 |
| - | |
3928 |
| - | |
3929 | 3927 |
| |
3930 | 3928 |
| |
3931 | 3929 |
| |
|
0 commit comments
Comments
(0)