forked from knu/postgresql-plruby
-
Notifications
You must be signed in to change notification settings - Fork 3
Current Status
KOIZUMI Satoru edited this page Dec 3, 2017
·
7 revisions
| 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 |
| 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 |
I cannot check, because I do not have Greenplum.
| PG9.5+Ruby1.8 | PG9.5+Ruby2.2 | PG9.6+Ruby2.3 | PG9.6+Ruby2.4 | |
|---|---|---|---|---|
| make | NG | NG | NG | NG |
| make install | - | - | - | - |
| 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.