[PATCH] Two small errhint cleanups in PG19 code

From: Baji Shaik <baji(dot)pgdev(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: [PATCH] Two small errhint cleanups in PG19 code
Date: 2026-05-25 02:38:53
Message-ID: CA+fm-RMrKbyky_+vi5SDdAVnFVjWh7zW3GoDAVnrp5OpDnW6tw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

While exploring new features in PG19, I came across two unrelated
small errhint issues. Sending them as separate patches in one thread since
they touch
unrelated subsystems and can be reviewed/committed independently.

Patch 0001 -- Remove stray word in pg_restore_extended_stats() errhint
The errhint in import_pg_statistic() reads:

Value of element "%s" must be type a null or a string.

The word "type" is a stray word that doesn't belong; the intent is
"must be a null or a string".

Patch 0002 -- Add missing period to online data checksums errhint
The errhint emitted when StartupXLOG() detects an interrupted
"enabling data checksums" run is missing a trailing period:

Data checksum processing must be manually restarted for
checksums to be enabled

Thanks,
Baji Shaik

Attachment Content-Type Size
0002-Add-missing-period-to-online-data-checksums-errhint.patch application/octet-stream 1.1 KB
0001-Remove-stray-word-in-pg_restore_extended_stats-errhi.patch application/octet-stream 1.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message shveta malik 2026-05-25 04:11:38 Re: effective_wal_level is not decreasing after using REPACK (CONCURRENTLY)
Previous Message Peter Smith 2026-05-25 01:36:42 Re: Proposal: Conflict log history table for Logical Replication