/*---------------------------------------------------------------------------------------* * gms_stats.h * * Definition about gms_stats package. * * IDENTIFICATION * contrib/gms_stats/gms_stats.h * * --------------------------------------------------------------------------------------- */ #ifndef GMS_STATS_H #define GMS_STATS_H extern "C" Datum gs_analyze_schema_tables(PG_FUNCTION_ARGS); #endif