projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03f8e9a
)
Fix incorrect #endif comment
author
David Rowley
<
[email protected]
>
Mon, 10 Mar 2025 00:36:04 +0000
(13:36 +1300)
committer
David Rowley
<
[email protected]
>
Mon, 10 Mar 2025 00:36:04 +0000
(13:36 +1300)
Noticed while reading code in this area.
src/include/partitioning/partdesc.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/partitioning/partdesc.h
b/src/include/partitioning/partdesc.h
index f9eab1d085e97009f2e446586a6b78d68f2af7b8..34533f7004c110991cda6aa1d6373b58ef0ea19f 100644
(file)
--- 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 /* PART
CACHE
_H */
+#endif /* PART
DESC
_H */