1 2 3 4 5 6 7 8 9
#ifndef STORMSTATS_H #define STORMSTATS_H #include "postgres.h" extern void _PG_init(void); extern void _PG_fini(void); #endif /* STORMSTATS_H */