forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6d59a21
committed
Clean up cpluspluscheck violation.
"typename" is a C++ keyword, so pg_upgrade.h fails to compile in C++.Fortunately, there seems no likely reason for somebody to need todo that. Nonetheless, it's project policy that all .h files shouldpass cpluspluscheck, so rename the argument to fix that.Oversight in57c081d; back-patch as that was. (The policy requiringpg_upgrade.h to pass cpluspluscheck only goes back to v12, but itseems best to keep this code looking the same in all branches.)1 parent8bdd6f5 commit6d59a21
2 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
443 | 443 |
| |
444 | 444 |
| |
445 | 445 |
| |
446 |
| - | |
| 446 | + | |
447 | 447 |
| |
448 | 448 |
| |
449 | 449 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
233 | 233 |
| |
234 | 234 |
| |
235 | 235 |
| |
236 |
| - | |
| 236 | + | |
237 | 237 |
| |
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
249 |
| - | |
| 249 | + | |
250 | 250 |
| |
251 | 251 |
| |
252 | 252 |
| |
|
0 commit comments
Comments
(0)