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 <and...@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(+)