Support for Windows (#799)

Postgres on Windows is using different signals, backslashes as file separators and some of the functions and syscalls are not available there.
This commit is contained in:
Pavel Golub
2018-09-19 13:50:36 +02:00
committed by Alexander Kukushkin
parent 2e9cb412e4
commit 3d76a013a7
9 changed files with 36 additions and 21 deletions
+1
View File
@@ -52,6 +52,7 @@ CLASSIFIERS = [
'Operating System :: MacOS',
'Operating System :: POSIX :: Linux',
'Operating System :: POSIX :: BSD :: FreeBSD',
'Operating System :: Microsoft :: Windows',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',