MobilityDB 1.1
|
#include <postgres.h>
#include <fmgr.h>
#include <access/stratnum.h>
#include <access/gist.h>
#include "general/meos_catalog.h"
#include "general/temporal.h"
#include "pg_general/time_gist.h"
Functions | |
PGDLLEXPORT Datum | Temporal_gist_compress (PG_FUNCTION_ARGS) |
GiST compress method for temporal values. More... | |