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

From Andrew Dunstan
Subject pgsql: add new list type simple_oid_string_list to fe-utils/simple_list
Date
Msg-id E1u0nMP-002gkf-0A@gemulon.postgresql.org
Whole thread Raw
List 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@dunslane.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(+)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Move common pg_dump code related to connections to a new file
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Add more TAP tests for pg_dumpall