diff options
author | Andrew Dunstan | 2025-03-28 22:10:24 +0000 |
---|---|---|
committer | Andrew Dunstan | 2025-04-04 20:01:22 +0000 |
commit | 2b69afbe50d5e39cc7d9703b3ab7acc4495a54ea (patch) | |
tree | 6e100036a280609b83eb0f0a2bf930bc18af290c /src/tools | |
parent | c1da7281060d646f863e920a1aac3b9dbc997672 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/pgindent/typedefs.list | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index b69b3b1520c..0c81d03950d 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -2747,6 +2747,8 @@ SimpleActionListCell SimpleEcontextStackEntry SimpleOidList SimpleOidListCell +SimpleOidStringList +SimpleOidListStringCell SimplePtrList SimplePtrListCell SimpleStats |