pg: Adventures in writing a new postgresql client
This commit is contained in:
parent
0d19ccdc1b
commit
b242176071
7 changed files with 132 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
use ExtUtils::MakeMaker;
|
||||
use Config;
|
||||
|
||||
os_unsupported if $^O eq 'MSWin32'; # I don't know on which OS'es the code will work exactly, but this one I can easily rule out.
|
||||
os_unsupported if $Config{ivsize} < 8;
|
||||
os_unsupported if $Config{usequadmath};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue