mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +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:
@ -51,7 +51,7 @@ typedef struct EventTriggerQueryState
|
||||
struct EventTriggerQueryState *previous;
|
||||
} EventTriggerQueryState;
|
||||
|
||||
EventTriggerQueryState *currentEventTriggerState = NULL;
|
||||
static EventTriggerQueryState *currentEventTriggerState = NULL;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
Reference in New Issue
Block a user