OSDN Git Service

pgindent run. Make it all clean.
[pg-rex/syncrep.git] / contrib / cube / cubedata.h
1 typedef struct NDBOX
2 {
3         unsigned int size;                      /* required to be a Postgres varlena type */
4         unsigned int dim;
5         float           x[1];
6 }                       NDBOX;