PostGIS  2.5.7dev-r@@SVN_REVISION@@
geography_btree.c File Reference
#include "postgres.h"
#include "access/hash.h"
#include "../postgis_config.h"
#include "liblwgeom.h"
#include "liblwgeom_internal.h"
#include "lwgeom_pg.h"
#include "gserialized_gist.h"
#include "geography.h"
Include dependency graph for geography_btree.c:

Go to the source code of this file.

Functions

Datum geography_lt (PG_FUNCTION_ARGS)
 
Datum geography_le (PG_FUNCTION_ARGS)
 
Datum geography_eq (PG_FUNCTION_ARGS)
 
Datum geography_ge (PG_FUNCTION_ARGS)
 
Datum geography_gt (PG_FUNCTION_ARGS)
 
Datum geography_cmp (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (geography_lt)
 
 PG_FUNCTION_INFO_V1 (geography_le)
 
 PG_FUNCTION_INFO_V1 (geography_gt)
 
 PG_FUNCTION_INFO_V1 (geography_ge)
 
 PG_FUNCTION_INFO_V1 (geography_eq)
 
 PG_FUNCTION_INFO_V1 (geography_cmp)