- Notifications
You must be signed in to change notification settings - Fork5
Commit78c84ad
committed
Because plpgsql's scanner uses %option case-insensitive, flex's results could
theoretically vary depending on what the compile-time locale setting is.Hence, force it to see LC_CTYPE=C to ensure consistent build results.(It's likely that this makes no difference in practice, since ourspecification for "identifier" surely includes both ends of any possibleuppercase/lowercase pair anyway. But it should silence warnings aboutambiguous character classes that are reported by some buildfarm members.)1 parent816ff27 commit78c84ad
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
70 | 74 |
| |
71 | 75 |
| |
72 |
| - | |
| 76 | + | |
73 | 77 |
| |
74 | 78 |
| |
75 | 79 |
| |
|
0 commit comments
Comments
(0)