projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dc5ebc
)
Suppress uninitialized-variable warning.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 14 May 2015 16:16:06 +0000
(12:16 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 14 May 2015 16:16:06 +0000
(12:16 -0400)
contrib/pg_audit/pg_audit.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_audit/pg_audit.c
b/contrib/pg_audit/pg_audit.c
index 558a96a471a6806fb1918c108bc1dabcea8694c0..60f668ca0174e9e5aa3196611b4d593cad92241e 100644
(file)
--- a/
contrib/pg_audit/pg_audit.c
+++ b/
contrib/pg_audit/pg_audit.c
@@
-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