mirror of
https://github.com/postgres/postgres.git
synced 2025-09-06 13:46:51 +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:
@@ -18,6 +18,7 @@
|
||||
*/
|
||||
#include "postgres.h"
|
||||
|
||||
#include "libpq/libpq-be.h"
|
||||
#include "libpq/pqcomm.h"
|
||||
#include "miscadmin.h"
|
||||
#include "storage/backendid.h"
|
||||
|
Reference in New Issue
Block a user