forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitaab0644
committed
Harmonize lexer adjacent function parameter names.
Make sure that function declarations use names that exactly match thecorresponding names from function definitions for several "lexeradjacent" backend functions.These functions were missed by recent commits because they were obscuredby clang-tidy warnings about functions whose signature is directly underthe control of the lexer (flex seems to always generate functiondeclarations with unnamed parameters). We probably can't fix most ofthe warnings it generates for translation units that get built from .land .y files, but we can at least do this much.Author: Peter Geoghegan <pg@bowt.ie>Discussion:https://postgr.es/m/CAH2-WznJt9CMM9KJTMjJh_zbL5hD9oX44qdJ4aqZtjFi-zA3Tg@mail.gmail.com1 parente59a67f commitaab0644
File tree
3 files changed
+3
-3
lines changed- src
- bin/pgbench
- include/replication
3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
| 106 | + | |
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 |
| - | |
| 122 | + | |
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
|
0 commit comments
Comments
(0)