Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: Peter Smith <smithpb2250@gmail.com>,
shveta malik <shveta.malik@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Masahiko Sawada <sawada.mshk@gmail.com>, Dilip Kumar <dilipbalaut@gmail.com>
Date: 2025-11-13T09:52:29Z
Lists: pgsql-hackers
Attachments
- v2-0001-Rename-sync_error_count-to-sync_table_error_count.patch (application/octet-stream) patch v2-0001
On Thu, 13 Nov 2025 at 09:12, Amit Kapila <amit.kapila16@gmail.com> wrote: > > On Thu, Nov 13, 2025 at 4:31 AM Peter Smith <smithpb2250@gmail.com> wrote: > > > > CURRENT > > seq_sync_error_count > > sync_error_count > > > > MY SUGGESTION > > sync_seq_error_count > > sync_table_error_count > > > > +1. Along with consistency with other column names, it will also make > it easier for users to group and query all 'sync' related counts > together. This seems better, the attached v2 version patch has the changes for the same. Regards, Vignesh
Commits
-
Rename two columns in pg_stat_subscription_stats.
- 3edaf29fa5e0 19 (unreleased) landed