From ff5d4e5a20382fc6e9f4aef3b09cef152c1526b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20=C3=85strand?= Date: Fri, 30 May 2025 16:55:09 +0200 Subject: [PATCH] Remove non-sensical comment The code in this file doesn't do any "relation fork management". --- contrib/pg_tde/src/access/pg_tde_tdemap.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/contrib/pg_tde/src/access/pg_tde_tdemap.c b/contrib/pg_tde/src/access/pg_tde_tdemap.c index 65adffbdb64..b03537ebccd 100644 --- a/contrib/pg_tde/src/access/pg_tde_tdemap.c +++ b/contrib/pg_tde/src/access/pg_tde_tdemap.c @@ -1,15 +1,3 @@ -/*------------------------------------------------------------------------- - * - * pg_tde_tdemap.c - * tde relation fork manager code - * - * - * IDENTIFICATION - * src/access/pg_tde_tdemap.c - * - *------------------------------------------------------------------------- - */ - #include "postgres.h" #include "access/pg_tde_tdemap.h" #include "common/file_perm.h"