pgstattuple: add test for coverage

From: Dong Wook Lee <sh95119(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: pgstattuple: add test for coverage
Date: 2022-08-02 01:36:33
Message-ID: CAAcByaKGq2JCBii9Z2MJY0-_phcPsseHS0NOGccGBz77k=FfjA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, hackers
I added some SQL statements to improve test coverage.
As data was inserted, the expected file changed.
So should I change all `select *` for a stable expected result?

And it's the coverage change as I add
50.6% -> 78.7%
---
regards,
Lee Dong Wook

Attachment Content-Type Size
v1_add_test_pgstattuple.patch application/octet-stream 15.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2022-08-02 01:43:47 Re: enable/disable broken for statement triggers on partitioned tables
Previous Message Peter Smith 2022-08-02 01:19:25 Re: Avoid unecessary MemSet call (src/backend/utils/cache/relcache.c)