forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcb8ff7e
committed
Consistently use named parameters in regex code consistently.
Adjust a handful of remaining function prototypes that were overlookedby recent commitbc2187e. This oversight wasn't caught by clang-tidybecause the functions in question are only built in custom REG_DEBUGbuilds.Author: Peter Geoghegan <pg@bowt.ie>Reported-By: Tom Lane <tgl@sss.pgh.pa.us>1 parent70df2df commitcb8ff7e
1 file changed
+5
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
| |
237 |
| - | |
238 |
| - | |
239 |
| - | |
240 |
| - | |
241 |
| - | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
242 | 242 |
| |
243 | 243 |
| |
244 | 244 |
| |
|
0 commit comments
Comments
(0)