Hermes
 All Data Structures Files Functions Variables Macros Pages
SessionParameters.h File Reference
#include <postgres.h>
#include <fmgr.h>
Include dependency graph for SessionParameters.h:
This graph shows which files directly or indirectly include this file:

Functions

int32 validateInterpolationPrecision (int32 interpolationPrecision)
 
PGDLLEXPORT Datum getInterpolationPrecision (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum setInterpolationPrecision (PG_FUNCTION_ARGS)
 

Variables

int32 interpolationPrecision
 

Function Documentation

PGDLLEXPORT Datum getInterpolationPrecision ( PG_FUNCTION_ARGS  )
PGDLLEXPORT Datum setInterpolationPrecision ( PG_FUNCTION_ARGS  )

References interpolationPrecision, and validateInterpolationPrecision().

Here is the call graph for this function:

Variable Documentation