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