Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
blob: 18bb6485464a4f4ee897c410a0098735e3aea6a5 (plain)
1
2
3
4
5
typedef struct NDBOX {
  unsigned int size;			/* required to be a Postgres varlena type */
  unsigned int dim;
  float x[1];
} NDBOX;