Skip to content

Commit e40a242

Browse files
bmdoilrobozmey
authored andcommitted
pg_dump: Remove unused TypeCache struct
Authored-by: Brent Doil <bdoil@vmware.com>
1 parent dcfb88a commit e40a242

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/bin/pg_dump/pg_dump.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -198,16 +198,6 @@ typedef struct _typeInfo
198198
struct _constraintInfo *domChecks;
199199
} TypeInfo;
200200

201-
typedef struct _typeCache
202-
{
203-
DumpableObject dobj;
204-
205-
Oid typnsp;
206-
207-
Oid arraytypoid;
208-
char *arraytypname;
209-
Oid arraytypnsp;
210-
} TypeCache;
211201

212202
typedef struct _typeStorageOptions
213203
{

0 commit comments

Comments
 (0)