mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Gene Selkov's SEG datatype (GiST example code)
This commit is contained in:
8
contrib/seg/segdata.h
Normal file
8
contrib/seg/segdata.h
Normal file
@ -0,0 +1,8 @@
|
||||
typedef struct SEG {
|
||||
float lower;
|
||||
float upper;
|
||||
char l_sigd;
|
||||
char u_sigd;
|
||||
char l_ext;
|
||||
char u_ext;
|
||||
} SEG;
|
Reference in New Issue
Block a user