forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit30e8b3e
committed
In ecpg preprocessor, don't try to look up constants in the test for
variable hiding. A constant is not a variable. It worked in most cases byaccident, because we add constants to the global list of variables (why?),but float constants like 1.23 were interpreted as struct field references,and not found.Backpatch to 9.0, where the test for variable hiding was added.1 parent59bacbe commit30e8b3e
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
245 | 245 |
| |
246 | 246 |
| |
247 | 247 |
| |
248 |
| - | |
| 248 | + | |
249 | 249 |
| |
250 | 250 |
| |
251 | 251 |
| |
|
0 commit comments
Comments
(0)