|
PostgreSQL Source Code git master
|
#include "postgres.h"#include "fmgr.h"#include "funcapi.h"#include "utils/builtins.h"#include "utils/fmgrprotos.h"#include "utils/pgstat_internal.h"#include "utils/pgstat_kind.h"#include "utils/tuplestore.h"
Go to the source code of this file.
Macros | |
| #define | PG_STAT_KIND_INFO_COLS 7 |
Functions | |
| Datum | pg_stat_get_kind_info (PG_FUNCTION_ARGS) |
| #define PG_STAT_KIND_INFO_COLS 7 |
| Datum pg_stat_get_kind_info | ( | PG_FUNCTION_ARGS | ) |
Definition at line 32 of file pgstat_kind.c.
References PgStat_KindInfo::accessed_across_databases, BoolGetDatum(), CStringGetTextDatum, fb(), PgStat_KindInfo::fixed_amount, InitMaterializedSRF(), Int32GetDatum(), Int64GetDatum(), PgStat_KindInfo::name, PG_STAT_KIND_INFO_COLS, pgstat_get_entry_count(), pgstat_get_kind_info(), pgstat_is_kind_builtin(), PGSTAT_KIND_MAX, PGSTAT_KIND_MIN, PgStat_KindInfo::track_entry_count, tuplestore_putvalues(), values, and PgStat_KindInfo::write_to_file.