Skip to content

Commit e44fd46

Browse files
author
James William Pye
committed
Add link to MSDN documentation of CallNamedPipe.
1 parent a4a930c commit e44fd46

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

postgresql/port/signal1_msw.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"""
66
Support for PG signals on Windows platforms.
77
8-
This implementation supports all known versions of PostgreSQL.
8+
This implementation supports all known versions of PostgreSQL. (2009)
9+
10+
CallNamedPipe:
11+
http://msdn.microsoft.com/en-us/library/aa365144%28VS.85%29.aspx
912
"""
1013
from ctypes import windll, wintypes, pointer
1114

0 commit comments

Comments
 (0)