From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
---|---|
To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Unix-domain socket support on Windows |
Date: | 2019-10-30 12:02:07 |
Message-ID: | 5974caea-1267-7708-40f2-6009a9d653b0@2ndquadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
To move this topic a long, I'll submit some preparatory patches in a
committable order.
First is the patch to deal with getpeereid() that was already included
in the previous patch series. This is just some refactoring that
reduces the difference between Windows and other platforms and prepares
the Unix-domain socket specific code to compile cleanly on Windows.
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Attachment | Content-Type | Size |
---|---|---|
v4-0001-Sort-out-getpeereid-and-peer-auth-handling-on-Win.patch | text/plain | 7.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2019-10-30 13:00:12 | Re: Problem with synchronous replication |
Previous Message | Peter Eisentraut | 2019-10-30 10:19:30 | Re: Remove one use of IDENT_USERNAME_MAX |