mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
Suppress uninitialized-variable warning.
This commit is contained in:
parent
1dc5ebc907
commit
6c9e93d3ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user