Skip to content

Commit 0c3fb8a

Browse files
committed
1 parent 4c61afa commit 0c3fb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_stat_statements/pg_stat_statements.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@ pgss_store(const char *query, uint64 queryId,
12471247

12481248
/* Set up key for hashtable search */
12491249

1250-
/* memset() is required when pgssHashKey is without padding only */
1250+
/* clear padding */
12511251
memset(&key, 0, sizeof(pgssHashKey));
12521252

12531253
key.userid = GetUserId();

0 commit comments

Comments
 (0)