Files
openGauss-server/contrib/gms_stats/gms_stats.h
2024-06-27 14:05:53 +08:00

16 lines
417 B
C

/*---------------------------------------------------------------------------------------*
* 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