Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics - Mailing list pgsql-hackers

From vignesh C
Subject Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics
Date
Msg-id CALDaNm3S_c0miN2VZGzOXgw1OT0mpiWYoBpVnsMqvSVDGqtELg@mail.gmail.com
Whole thread Raw
In response to Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics
Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: Yugo Nagata
Date:
Subject: Re: Suggestion to add --continue-client-on-abort option to pgbench
Next
From: Amit Kapila
Date:
Subject: Re: POC: enable logical decoding when wal_level = 'replica' without a server restart