Estimator analog query casts geom::geography for ST_DWithin, but listings_geom_idx
is gist(geom) → spatial predicate fell to Filter, geom index used only for
geom IS NOT NULL (54.5k-row scan, 180ms). Add gist((geom::geography)) expression
index → ST_DWithin uses it as Index Cond. Prod dry-run (BEGIN/CREATE/EXPLAIN/ROLLBACK):
180ms → 38ms (~4.7x). Additive, idempotent (IF NOT EXISTS), non-destructive.