Move non-blocking code into its own /port file, for code clarity.
Bruce Momjian <bruce@momjian.us>
Move non-blocking code into its own /port file, for code clarity.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/pgstat.c | modified | +3 −3 |
| src/backend/postmaster/postmaster.c | modified | +2 −7 |
| src/include/c.h | modified | +1 −15 |
| src/include/port.h | modified | +4 −1 |
| src/interfaces/libpq/fe-connect.c | modified | +2 −7 |
| src/interfaces/libpq/Makefile | modified | +4 −4 |
| src/Makefile.global.in | modified | +2 −2 |
| src/port/noblock.c | added | +35 −0 |