aboutsummaryrefslogtreecommitdiff
path: root/contrib/cube/cubedata.h
blob: f4f2238aac74fa2b9ceaefc4212378d05f0ad500 (plain)
1
2
3
4
5
6
7
8
9
/* $PostgreSQL: pgsql/contrib/cube/cubedata.h,v 1.7 2006/03/11 04:38:28 momjian Exp $ */

#define CUBE_MAX_DIM (100)
typedef struct NDBOX
{
	unsigned int size;			/* required to be a Postgres varlena type */
	unsigned int dim;
	double		x[1];
}	NDBOX;