mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +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:
@@ -90,7 +90,7 @@ struct BackgroundWorkerHandle
|
||||
uint64 generation;
|
||||
};
|
||||
|
||||
BackgroundWorkerArray *BackgroundWorkerData;
|
||||
static BackgroundWorkerArray *BackgroundWorkerData;
|
||||
|
||||
/*
|
||||
* Calculate shared memory needed.
|
||||
|
||||
Reference in New Issue
Block a user