Skip to content

Commit c45a95a

Browse files
committed
mute warning produced by cppcheck
1 parent 83dc5af commit c45a95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/relation_info.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ finish_delayed_invalidation(void)
990990
if (IsTransactionState())
991991
{
992992
Oid *parents = NULL;
993-
int parents_count;
993+
int parents_count = 0;
994994
bool parents_fetched = false;
995995
ListCell *lc;
996996

0 commit comments

Comments
 (0)