small test case for abbrev(cidr)

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: small test case for abbrev(cidr)
Date: 2021-02-08 18:40:50
Message-ID: cb0c4662-4596-dab4-7f64-839c5e8582c8@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I noticed that the file src/backend/utils/adt/inet_cidr_ntop.c has no
test coverage at all. The only way to reach this appears to be by
calling abbrev(cidr). It was easy to add a test case for this into the
existing, otherwise pretty complete, cidr tests.

Attachment Content-Type Size
0001-Add-test-case-for-abbrev-cidr.patch text/plain 2.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bossart, Nathan 2021-02-08 18:59:45 Re: Add MAIN_RELATION_CLEANUP and SECONDARY_RELATION_CLEANUP options to VACUUM
Previous Message Matthias van de Meent 2021-02-08 18:35:45 Improvements and additions to COPY progress reporting