mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
ea08e6cd55
initdb/regression tests pass.
7 lines
132 B
C
7 lines
132 B
C
typedef struct NDBOX
|
|
{
|
|
unsigned int size; /* required to be a Postgres varlena type */
|
|
unsigned int dim;
|
|
float x[1];
|
|
} NDBOX;
|