Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se
Bruce Momjian <bruce@momjian.us>
Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/hba.c | modified | +8 −5 |
| src/backend/libpq/password.c | modified | +1 −1 |
| src/backend/libpq/pqcomm.c | modified | +70 −41 |
| src/backend/libpq/pqpacket.c | modified | +7 −14 |
| src/backend/postmaster/postmaster.c | modified | +56 −25 |
| src/backend/tcop/postgres.c | modified | +6 −12 |
| src/backend/utils/init/postinit.c | modified | +1 −4 |
| src/include/libpq/pqcomm.h | modified | +10 −4 |
| src/interfaces/libpq/fe-connect.c | modified | +28 −30 |