From: David Rowley Date: Mon, 10 Mar 2025 00:36:04 +0000 (+1300) Subject: Fix incorrect #endif comment X-Git-Tag: REL_18_BETA1~637 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e033696596566d422a0eae47adca371a210ed730;p=thirdparty%2Fpostgresql.git Fix incorrect #endif comment Noticed while reading code in this area. --- 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 */