1
0
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:
Tom Lane
2015-05-14 12:16:06 -04:00
parent 1dc5ebc907
commit 6c9e93d3ff

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