mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
ea08e6cd55
initdb/regression tests pass.
10 lines
116 B
C
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;
|