mirror of
https://github.com/postgres/postgres.git
synced 2025-08-17 01:02:17 +03:00
Mark some more variables as static or include the appropriate header
Detected by clang's -Wmissing-variable-declarations. From: Andres Freund <andres@anarazel.de>
This commit is contained in:
@@ -180,7 +180,7 @@ static const char *backend_options = "--single -F -O -c search_path=pg_catalog -
|
||||
#ifdef WIN32
|
||||
char *restrict_env;
|
||||
#endif
|
||||
const char *subdirs[] = {
|
||||
static const char *subdirs[] = {
|
||||
"global",
|
||||
"pg_xlog",
|
||||
"pg_xlog/archive_status",
|
||||
|
Reference in New Issue
Block a user