mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
08f92bb916
## Problem This is tech debt. While we introduced generations for tenants, some legacy situations without generations needed to delete things inline (async operation) instead of enqueing them (sync operation). ## Summary of changes - Remove the async code, replace calls with the sync variant, and assert that the generation is always set