From e033696596566d422a0eae47adca371a210ed730 Mon Sep 17 00:00:00 2001 From: David Rowley Date: Mon, 10 Mar 2025 13:36:04 +1300 Subject: [PATCH] Fix incorrect #endif comment Noticed while reading code in this area. --- src/include/partitioning/partdesc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/partitioning/partdesc.h b/src/include/partitioning/partdesc.h index f9eab1d085e..34533f7004c 100644 --- a/src/include/partitioning/partdesc.h +++ b/src/include/partitioning/partdesc.h @@ -72,4 +72,4 @@ extern void DestroyPartitionDirectory(PartitionDirectory pdir); extern Oid get_default_oid_from_partdesc(PartitionDesc partdesc); -#endif /* PARTCACHE_H */ +#endif /* PARTDESC_H */