2
0
mirror of https://git.postgresql.org/git/postgresql.git synced 2025-02-11 19:20:40 +08:00
postgresql/contrib/seg/segdata.h
2001-11-05 17:46:40 +00:00

10 lines
116 B
C

typedef struct SEG
{
float lower;
float upper;
char l_sigd;
char u_sigd;
char l_ext;
char u_ext;
} SEG;