forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2fbb286
committed
Clean up the mess from => patch.
Commit865f14a was quite a few bricksshy of a load: psql, ecpg, and plpgsql were all left out-of-step withthe core lexer. Of these only the last was likely to be a fatalproblem; but still, a minimal amount of grepping, or even just readingthe comments adjacent to the places that were changed, would have foundthe other places that needed to be changed.1 parentbb7b35c commit2fbb286
File tree
5 files changed
+11
-3
lines changed- src
- bin/psql
- include/parser
- interfaces/ecpg/preproc
- pl/plpgsql/src
5 files changed
+11
-3
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
358 | 358 |
| |
359 | 359 |
| |
360 | 360 |
| |
| 361 | + | |
361 | 362 |
| |
362 | 363 |
| |
363 | 364 |
| |
| |||
669 | 670 |
| |
670 | 671 |
| |
671 | 672 |
| |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
672 | 677 |
| |
673 | 678 |
| |
674 | 679 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
| 50 | + | |
50 | 51 |
| |
51 | 52 |
| |
52 | 53 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
| 239 | + | |
239 | 240 |
| |
240 | 241 |
| |
241 | 242 |
| |
| |||
620 | 621 |
| |
621 | 622 |
| |
622 | 623 |
| |
| 624 | + | |
623 | 625 |
| |
624 | 626 |
| |
625 | 627 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
229 |
| - | |
| 229 | + | |
230 | 230 |
| |
231 | 231 |
| |
232 | 232 |
| |
|
0 commit comments
Comments
(0)