tests for pg_stat_progress_copy.tuples_skipped

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: tests for pg_stat_progress_copy.tuples_skipped
Date: 2025-01-10 14:50:32
Message-ID: CACJufxFazq-bfyhiO0KBojR=yOr84E25Rqf6mHB0Ow0KPidkKw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hi.
seems no regress tests for pg_stat_progress_copy.tuples_skipped.

CopyFrom
pgstat_progress_update_param(PROGRESS_COPY_TUPLES_SKIPPED,
cstate->num_errors);

there is coverage for it. but in regress test, we didn't really print
out this value (cstate->num_errors)

The attached patch did minor changes on src/test/regress/sql/copy.sql.
so we can check if pgstat_progress_update_param(PROGRESS_COPY_TUPLES_SKIPPED..)
is working as intended or not.

Attachment Content-Type Size
v1-0001-tests-for-pg_stat_progress_copy.tuples_skipped.patch text/x-patch 3.6 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Alena Rybakina 2025-01-10 14:51:10 Re: Vacuum statistics
Previous Message Vladlen Popolitov 2025-01-10 14:49:01 Re: Some ExecSeqScan optimizations