Suppress uninitialized-variable warning.

This commit is contained in:
Tom Lane 2015-05-14 12:16:06 -04:00
parent 1dc5ebc907
commit 6c9e93d3ff
1 changed files with 1 additions and 1 deletions

View File

@ -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