mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Add missing includes for some global variables
src/backend/libpq/pqcomm.c: "postmaster/postmaster.h" for Unix_socket_group, Unix_socket_permissions src/backend/utils/init/globals.c: "postmaster/postmaster.h" for MyClientSocket src/backend/utils/misc/guc_tables.c: "utils/rls.h" for row_security src/backend/utils/sort/tuplesort.c: "utils/guc.h" for trace_sort Nothing currently diagnoses missing includes for global variables, but this is being cleaned up, and these ones had an obvious header file available. Reviewed-by: Andres Freund <andres@anarazel.de> Discussion: https://www.postgresql.org/message-id/flat/e0a62134-83da-4ba4-8cdb-ceb0111c95ce@eisentraut.org
This commit is contained in:
@ -87,6 +87,7 @@
|
||||
#include "utils/pg_locale.h"
|
||||
#include "utils/plancache.h"
|
||||
#include "utils/ps_status.h"
|
||||
#include "utils/rls.h"
|
||||
#include "utils/xml.h"
|
||||
|
||||
/* This value is normally passed in from the Makefile */
|
||||
|
Reference in New Issue
Block a user