Add regression tests for pg_stat_progress_copy.tuples_skipped. This commit adds tests to verify that tuples_skipped in pg_stat_progress_copy works as expected. While existing tests checked other fields, tuples_skipped was previously untested.
This improves test coverage and ensures accurate tracking of skipped tuples. Author: Jian He <jian.universal...@gmail.com> Reviewed-by: Fujii Masao <masao.fu...@gmail.com> Reviewed-by: Josef Šimánek <josef.sima...@gmail.com> Discussion: https://postgr.es/m/CACJufxFazq-bfyhiO0KBojR=yor84e25rqf6mhb0ow0kpid...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/91ecb5e0bc7f8373ec9ff7d188bfd0d45f13a333 Modified Files -------------- src/test/regress/expected/copy.out | 11 ++++++++--- src/test/regress/sql/copy.sql | 10 +++++++++- 2 files changed, 17 insertions(+), 4 deletions(-)