[PATCH] contrib/oid2name: add TAP tests for object listing
Sergey Glushchenko <gsserge@gmail.com>
From: Sergey Glushchenko <gsserge@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2026-05-10T19:58:11Z
Lists: pgsql-hackers
Attachments
- 0001-contrib-oid2name-add-TAP-tests-for-object-listing.patch (application/octet-stream) patch 0001
Hello, The patch adds TAP tests for the contrib/oid2name utility, covering the listing of databases, tablespaces, system objects, as well as tables with indexes and sequences. They run against an actual cluster, and should improve the coverage. Thanks, Sergii