summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rowley2025-03-10 00:36:04 +0000
committerDavid Rowley2025-03-10 00:36:04 +0000
commite033696596566d422a0eae47adca371a210ed730 (patch)
tree6a19302a4dc20942e5ea009f15fdbdc58d1eaae0
parent03f8e9a7fee0ad4d87bfe48cb22dbca08fd8e6c4 (diff)
Fix incorrect #endif comment
Noticed while reading code in this area.
-rw-r--r--src/include/partitioning/partdesc.h2
1 files changed, 1 insertions, 1 deletions
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 */