diff options
author | David Rowley <drowley@postgresql.org> | 2025-03-10 13:36:04 +1300 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2025-03-10 13:36:04 +1300 |
commit | e033696596566d422a0eae47adca371a210ed730 (patch) | |
tree | 6a19302a4dc20942e5ea009f15fdbdc58d1eaae0 /src | |
parent | 03f8e9a7fee0ad4d87bfe48cb22dbca08fd8e6c4 (diff) | |
download | postgresql-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.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 */ |