Skip to content
KOIZUMI Satoru edited this page Jul 13, 2017 · 7 revisions

make and install

default

PG9.5+Ruby1.8 PG9.5+Ruby2.2 PG9.6+Ruby2.3
make OK OK, but many warnings OK
make install OK OK OK

with --disable-conversion

PG9.5+Ruby1.8 PG9.5+Ruby2.2 PG9.6+Ruby2.3
make OK OK, but many warnings OK
make install OK OK OK

with --with-greenplum

I cannot check, because I do not have Greenplum.

with --with-timeout=3

PG9.5+Ruby1.8 PG9.5+Ruby2.2 PG9.6+Ruby2.3
make NG NG NG
make install - - -

Test

PG9.5+Ruby1.8 PG9.5+Ruby2.2 PG9.6+Ruby2.3
conv_bitstring OK OK OK
conv_geometry OK(*1) OK(*1) OK(*1)
conv_network OK OK OK
plp OK OK NG(crash)
plt OK OK NG(crash)
range ?(*2) ?(*2) NG(crash)

*1 surround yield arguments with '[]' for these tests

*2 They differ from test.expected.84, but the output seems to be correct.

Clone this wiki locally