Header And Logo

PostgreSQL
| The world's most advanced open source database.

segdata.h

Go to the documentation of this file.
00001 /*
00002  * contrib/seg/segdata.h
00003  */
00004 typedef struct SEG
00005 {
00006     float4      lower;
00007     float4      upper;
00008     char        l_sigd;
00009     char        u_sigd;
00010     char        l_ext;
00011     char        u_ext;
00012 } SEG;