On Tue, Jun 16, 2026 at 6:50 PM Corey Huinker <[email protected]> wrote: > postgres_fdw will get slimmer for not having SPI in it. relation_stats.c and > attribute_stats.c will have some temporary bloat until things can be > refactored.
Whatever ends up in core can (indeed must) be reused by every FDW. So making things simpler for the FDW and more complex for core seems likely to be the right tradeoff in general. -- Robert Haas EDB: http://www.enterprisedb.com
