Re: statistics import and export: another difference in dump/restore
Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
From: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
To: Jeff Davis <pgsql@j-davis.com>, Corey Huinker <corey.huinker@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-04-02T10:05:26Z
Lists: pgsql-hackers
Attachments
- 0001-Enable-statistics-comparison-in-dump-restor-20250402.patch (text/x-patch) patch 0001
Hi, On Tue, Apr 1, 2025 at 12:54 PM Ashutosh Bapat <ashutosh.bapat.oss@gmail.com> wrote: > [1] https://www.postgresql.org/message-id/CAExHW5vVFtCejh+UYzNxMGSXOfJ_1xwi5aQHQfemqJgFmkyK5Q@mail.gmail.com > [2] https://cirrus-ci.com/task/5164175841820672 I have added this to PG 18 open items. It might be too early to call this an open item but 1. We have already started tracking open items 2. There's follow on work. Once we fix this issue, we need to enable statistics dump and comparison in pg_upgrade/002_pg_upgrade using the attached patch. -- Best Wishes, Ashutosh Bapat
Commits
-
002_pg_upgrade.pl: Move pg_dump test code for better stability
- 8806e4e8deb1 18.0 landed