Skip to content
KOIZUMI Satoru edited this page Dec 3, 2017 · 7 revisions

make and install

default

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

with --disable-conversion

PG9.5+Ruby1.8 PG9.5+Ruby2.2 PG9.6+Ruby2.3 PG9.6+Ruby2.4
make OK OK, but many warnings OK OK, but some warnings
make install OK 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 PG9.6+Ruby2.4
make NG NG NG NG
make install - - - -

Test

PG9.5+Ruby1.8 PG9.5+Ruby2.2 PG9.6+Ruby2.3 PG9.6+Ruby2.4
conv_bitstring OK OK OK NG(crash)
conv_geometry OK(*1) OK(*1) OK(*1) NG(crash)
conv_network OK OK OK OK
plp OK OK NG(crash) NG(crash)
plt OK OK NG(crash) NG(crash)
range ?(*2) ?(*2) NG(crash) 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