mirror of
https://github.com/postgres/postgres.git
synced 2025-04-20 00:42:27 +03:00
Fix uninitialized variable.
Oversight in a734fd5d1. Michael Paquier
This commit is contained in:
parent
a4930e7ca2
commit
ae92a9a380
@ -1908,7 +1908,7 @@ do_autovacuum(void)
|
||||
BufferAccessStrategy bstrategy;
|
||||
ScanKeyData key;
|
||||
TupleDesc pg_class_desc;
|
||||
int orphan_failures;
|
||||
int orphan_failures = 0;
|
||||
int effective_multixact_freeze_max_age;
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user