pgsql: add new list type simple_oid_string_list to fe-utils/simple_list

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: add new list type simple_oid_string_list to fe-utils/simple_list
Date: 2025-04-04 20:09:53
Message-ID: E1u0nMP-002gkf-0A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

add new list type simple_oid_string_list to fe-utils/simple_list

This type contains both an oid and a string.

This will be used in forthcoming changes to pg_restore.

Author: Andrew Dunstan <andrew(at)dunslane(dot)net>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2b69afbe50d5e39cc7d9703b3ab7acc4495a54ea

Modified Files
--------------
src/fe_utils/simple_list.c | 41 ++++++++++++++++++++++++++++++++++++++
src/include/fe_utils/simple_list.h | 16 +++++++++++++++
src/tools/pgindent/typedefs.list | 2 ++
3 files changed, 59 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2025-04-04 20:43:21 Re: pgsql: Add more TAP tests for pg_dumpall
Previous Message Andrew Dunstan 2025-04-04 20:09:52 pgsql: Move common pg_dump code related to connections to a new file