]> git.ipfire.org Git - thirdparty/postgresql.git/commit
postgres_fdw: Report ANALYZE to pgstats after importing statistics.
authorEtsuro Fujita <efujita@postgresql.org>
Tue, 7 Jul 2026 09:40:00 +0000 (18:40 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Tue, 7 Jul 2026 09:40:00 +0000 (18:40 +0900)
commitbb4142fb68cfab35b7c5f8db7645196c50662631
treee8e3fa8f874c467517a76ab047bba1dc8e114494
parent2ce74583652fb4cd29299a220ff31043adf5c96e
postgres_fdw: Report ANALYZE to pgstats after importing statistics.

Commit 28972b6fc should have done this, but didn't.

While at it, remove an extra blank line in fetch_remote_statistics()
introduced by that commit.

Reported-by: Chao Li <lic@highgo.com>
Co-authored-by: Chao Li <lic@highgo.com>
Co-authored-by: Etsuro Fujita <etsuro.fujita@gmail.com>
Discussion: https://postgr.es/m/6ED81190-B398-44C9-A1E9-8EFE4ED183AF%40gmail.com
Backpatch-through: 19
contrib/postgres_fdw/expected/postgres_fdw.out
contrib/postgres_fdw/postgres_fdw.c
contrib/postgres_fdw/sql/postgres_fdw.sql