mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Suppress uninitialized-variable warning.
This commit is contained in:
@@ -1284,7 +1284,7 @@ pg_audit_ProcessUtility_hook(Node *parsetree,
|
|||||||
char *completionTag)
|
char *completionTag)
|
||||||
{
|
{
|
||||||
AuditEventStackItem *stackItem = NULL;
|
AuditEventStackItem *stackItem = NULL;
|
||||||
int64 stackId;
|
int64 stackId = 0;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Don't audit substatements. All the substatements we care about should
|
* Don't audit substatements. All the substatements we care about should
|
||||||
|
Reference in New Issue
Block a user