pgsql: Add tests for logical replication spilled stats.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add tests for logical replication spilled stats.
Date: 2020-10-13 03:02:16
Message-ID: E1kSAZs-0005uk-Jo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add tests for logical replication spilled stats.

Commit 9868167500 added a mechanism to track statistics corresponding to
the spilling of changes from ReorderBuffer but didn't add any tests.

Author: Amit Kapila and Sawada Masahiko
Discussion: https://postgr.es/m/CA+fd4k5_pPAYRTDrO2PbtTOe0eHQpBvuqmCr8ic39uTNmR49Eg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8fccf75834c11798e3b13a4cebedfb8ae683857a

Modified Files
--------------
contrib/test_decoding/Makefile | 2 +-
contrib/test_decoding/expected/stats.out | 109 +++++++++++++++++++++++++++++++
contrib/test_decoding/sql/stats.sql | 62 ++++++++++++++++++
3 files changed, 172 insertions(+), 1 deletion(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2020-10-13 03:34:27 Re: pgsql: Add tests for logical replication spilled stats.
Previous Message Tom Lane 2020-10-12 22:01:48 pgsql: Fix GiST buffering build to work when there are included columns