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

From Amit Kapila
Subject Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics
Date
Msg-id CAA4eK1Kt=tJNhWu-nhNgFnkTYny22ckP9vNgig0QQmr=6oscfg@mail.gmail.com
Whole thread Raw
In response to Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics  (Peter Smith <smithpb2250@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
Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics
List pgsql-hackers
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.

--
With Regards,
Amit Kapila.



pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Re: SQL:2011 Application Time Update & Delete
Next
From: jian he
Date:
Subject: Re: code cleanup for CREATE STATISTICS