forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6a560f5
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 parentdaee80f commit6a560f5
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 | |
---|---|---|---|
| |||
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
292 |
| - | |
| 292 | + | |
293 | 293 |
| |
294 | 294 |
| |
295 | 295 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1155 | 1155 |
| |
1156 | 1156 |
| |
1157 | 1157 |
| |
1158 |
| - | |
| 1158 | + | |
1159 | 1159 |
| |
1160 | 1160 |
| |
1161 | 1161 |
| |
|
0 commit comments
Comments
(0)