This is an automated email from the ASF dual-hosted git repository. reshke pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 8487b63501c204327d22cd29e7b3f87b7ef01719 Author: Brent Doil <[email protected]> AuthorDate: Tue Jul 26 23:47:31 2022 -0400 pg_dump: Remove unused TypeCache struct Authored-by: Brent Doil <[email protected]> --- src/bin/pg_dump/pg_dump.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/bin/pg_dump/pg_dump.h b/src/bin/pg_dump/pg_dump.h index fec9f6fde8..a0bf7f4ce8 100644 --- a/src/bin/pg_dump/pg_dump.h +++ b/src/bin/pg_dump/pg_dump.h @@ -198,16 +198,6 @@ typedef struct _typeInfo struct _constraintInfo *domChecks; } TypeInfo; -typedef struct _typeCache -{ - DumpableObject dobj; - - Oid typnsp; - - Oid arraytypoid; - char *arraytypname; - Oid arraytypnsp; -} TypeCache; typedef struct _typeStorageOptions { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
