From 6d9bc342899da9444cdb91a4e20710dfdaaa3849 Mon Sep 17 00:00:00 2001 From: Andreas Karlsson Date: Tue, 18 Mar 2025 13:40:40 +0100 Subject: [PATCH] PG-829 Remove unused struct TDEMapFilePath --- contrib/pg_tde/src/access/pg_tde_tdemap.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/contrib/pg_tde/src/access/pg_tde_tdemap.c b/contrib/pg_tde/src/access/pg_tde_tdemap.c index 34cfbd84688..89bde27bdfb 100644 --- a/contrib/pg_tde/src/access/pg_tde_tdemap.c +++ b/contrib/pg_tde/src/access/pg_tde_tdemap.c @@ -79,13 +79,6 @@ typedef struct TDEMapEntry int32 key_index; } TDEMapEntry; -typedef struct TDEMapFilePath -{ - char map_path[MAXPGPATH]; - char keydata_path[MAXPGPATH]; -} TDEMapFilePath; - - typedef struct RelKeyCacheRec { RelFileLocator locator;