Fix incorrect #endif comment
authorDavid Rowley <drowley@postgresql.org>
Mon, 10 Mar 2025 00:36:04 +0000 (13:36 +1300)
committerDavid Rowley <drowley@postgresql.org>
Mon, 10 Mar 2025 00:36:04 +0000 (13:36 +1300)
Noticed while reading code in this area.

src/include/partitioning/partdesc.h

index f9eab1d085e97009f2e446586a6b78d68f2af7b8..34533f7004c110991cda6aa1d6373b58ef0ea19f 100644 (file)
@@ -72,4 +72,4 @@ extern void DestroyPartitionDirectory(PartitionDirectory pdir);
 
 extern Oid get_default_oid_from_partdesc(PartitionDesc partdesc);
 
-#endif                         /* PARTCACHE_H */
+#endif                         /* PARTDESC_H */