mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-25 09:00:37 +00:00
The counters returned by garbage collection, in GcResult, don't make much sense with the snapshot files implemention, so I added new counters. That broke the test_gc test, so I made a copy of it as test_snapfiles_gc based on the new counters. Handling relation drops is still not implemented.