forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite9dd03c
committed
Minor code cleanups in pgbench expression support.
Get rid of unnecessary expr_yylex declaration (we haven't supportedflex 2.5.4 in a long time, and even if we still did, the declaration inpgbench.h makes this one unnecessary and inappropriate). Fix copyrightdates, improve some layout choices, etc.1 parent2c33e0f commite9dd03c
3 files changed
+19
-15
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
| 43 | + | |
42 | 44 |
| |
43 | 45 |
| |
44 | 46 |
| |
|
Lines changed: 14 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 | 20 |
| |
25 | 21 |
| |
26 | 22 |
| |
| |||
32 | 28 |
| |
33 | 29 |
| |
34 | 30 |
| |
35 |
| - | |
36 | 31 |
| |
37 | 32 |
| |
38 | 33 |
| |
| |||
44 | 39 |
| |
45 | 40 |
| |
46 | 41 |
| |
47 |
| - | |
48 |
| - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 |
| |
50 | 54 |
| |
51 |
| - | |
| 55 | + | |
52 | 56 |
| |
53 | 57 |
| |
54 | 58 |
| |
55 |
| - | |
| 59 | + | |
56 | 60 |
| |
57 | 61 |
| |
58 | 62 |
| |
| |||
64 | 68 |
| |
65 | 69 |
| |
66 | 70 |
| |
67 |
| - | |
68 | 71 |
| |
69 | 72 |
| |
70 | 73 |
| |
|
Lines changed: 2 additions & 3 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 |
| |
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 | 21 |
| |
23 | 22 |
| |
24 | 23 |
| |
| |||
53 | 52 |
| |
54 | 53 |
| |
55 | 54 |
| |
56 |
| - | |
| 55 | + |
0 commit comments
Comments
(0)