Content-Length: 281312 | pFad | http://github.com/postgrespro/postgres/commit/248c096b265d1169a45f91c99fcc74b34544f290

84 Fix assorted inconsistent function declarations. · postgrespro/postgres@248c096 · GitHub
Skip to content

Commit 248c096

Browse files
committed
Fix assorted inconsistent function declarations.
While gcc doesn't complain if you declare a function "static" and then define it not-static, other compilers do; and in any case the code is highly misleading this way. Add the missing "static" keywords to a couple of recent patches. Per buildfarm member pademelon.
1 parent ceb5eb5 commit 248c096

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/pg_upgrade/pg_upgrade.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ CreateRestrictedProcess(char *cmd, PROCESS_INFORMATION *processInfo, const char
223223
}
224224
#endif
225225

226-
void
226+
static void
227227
get_restricted_token(const char *progname)
228228
{
229229
#ifdef WIN32

src/bin/pg_resetxlog/pg_resetxlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ CreateRestrictedProcess(char *cmd, PROCESS_INFORMATION *processInfo, const char
11511151
}
11521152
#endif
11531153

1154-
void
1154+
static void
11551155
get_restricted_token(const char *progname)
11561156
{
11571157
#ifdef WIN32

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/248c096b265d1169a45f91c99fcc74b34544f290

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy