diff options
author | David Rowley | 2025-03-10 00:36:04 +0000 |
---|---|---|
committer | David Rowley | 2025-03-10 00:36:04 +0000 |
commit | e033696596566d422a0eae47adca371a210ed730 (patch) | |
tree | 6a19302a4dc20942e5ea009f15fdbdc58d1eaae0 | |
parent | 03f8e9a7fee0ad4d87bfe48cb22dbca08fd8e6c4 (diff) |
Fix incorrect #endif comment
Noticed while reading code in this area.
-rw-r--r-- | src/include/partitioning/partdesc.h | 2 |
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 */ |