Fix incorrect #endif comment

Noticed while reading code in this area.
pull/207/head
David Rowley 6 months ago
parent 03f8e9a7fe
commit e033696596
  1. 2
      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 */

Loading…
Cancel
Save