repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git]
/
contrib
/
seg
/
segdata.h
blob
68d124e65f49eaa842c76eadbf8ff6ed325ffca7
1
/*
2
* $PostgreSQL$
3
*/
4
typedef
struct
SEG
5
{
6
float4 lower
;
7
float4 upper
;
8
char
l_sigd
;
9
char
u_sigd
;
10
char
l_ext
;
11
char
u_ext
;
12
}
SEG
;