mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
@ -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;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user