> On 21 Jul 2026, at 12:55, Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com> wrote:
> There's a small race window between enabling data checksums and
> creating a new database with the file_copy strategy:
>
> Create database checks for in progress data checksums before it
> inserts a new row into pg_database. If the data checksum worker starts
> in that window, it can miss the new database completely and skip
> generating its checksums.
Thanks for the report and patch, I am currently out of the office but will check and apply on Sunday or Monday when back home.
./daniel