From: David Rowley Date: Mon, 10 Mar 2025 00:36:04 +0000 (+1300) Subject: Fix incorrect #endif comment X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=e033696596566d422a0eae47adca371a210ed730;p=users%2Frhaas%2Fpostgres.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 f9eab1d085..34533f7004 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 */