forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb1145ca
committed
Fix assorted inconsistent function declarations.
While gcc doesn't complain if you declare a function "static" and thendefine it not-static, other compilers do; and in any case the code ishighly misleading this way. Add the missing "static" keywords to acouple of recent patches. Per buildfarm member pademelon.1 parent4e3b1e2 commitb1145ca
File tree
2 files changed
+2
-2
lines changed- contrib/pg_upgrade
- src/bin/pg_resetxlog
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
297 |
| - | |
| 297 | + | |
298 | 298 |
| |
299 | 299 |
| |
300 | 300 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1147 | 1147 |
| |
1148 | 1148 |
| |
1149 | 1149 |
| |
1150 |
| - | |
| 1150 | + | |
1151 | 1151 |
| |
1152 | 1152 |
| |
1153 | 1153 |
| |
|
0 commit comments
Comments
(0)