Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 876d17d

Browse files
committed
1 parent 19508f4 commit 876d17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_stat_statements/pg_stat_statements.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@ pgss_store(const char *query, uint64 queryId,
12571257

12581258
/* Set up key for hashtable search */
12591259

1260-
/* memset() is required when pgssHashKey is without padding only */
1260+
/* clear padding */
12611261
memset(&key, 0, sizeof(pgssHashKey));
12621262

12631263
key.userid = GetUserId();

0 commit comments

Comments
 (0)