aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2025-03-10 13:36:04 +1300
committerDavid Rowley <drowley@postgresql.org>2025-03-10 13:36:04 +1300
commite033696596566d422a0eae47adca371a210ed730 (patch)
tree6a19302a4dc20942e5ea009f15fdbdc58d1eaae0 /src
parent03f8e9a7fee0ad4d87bfe48cb22dbca08fd8e6c4 (diff)
downloadpostgresql-e033696596566d422a0eae47adca371a210ed730.tar.gz
postgresql-e033696596566d422a0eae47adca371a210ed730.zip
Fix incorrect #endif comment
Noticed while reading code in this area.
Diffstat (limited to 'src')
-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 */