mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Gene Selkov's CUBE datatype (GiST example code)
This commit is contained in:
7
contrib/cube/cubedata.h
Normal file
7
contrib/cube/cubedata.h
Normal file
@ -0,0 +1,7 @@
|
||||
/*#include "postgres.h"*/
|
||||
|
||||
typedef struct NDBOX {
|
||||
unsigned int size; /* required to be a Postgres varlena type */
|
||||
unsigned int dim;
|
||||
float x[1];
|
||||
} NDBOX;
|
Reference in New Issue
Block a user