Remove use of large BUFSIZ for buffers and use the proper struct sizes.
Bruce Momjian <bruce@momjian.us>
Remove use of large BUFSIZ for buffers and use the proper struct sizes. This greatly helps threaded libpq programs.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/fe-auth.c | modified | +2 −2 |
| src/interfaces/libpq/fe-secure.c | modified | +5 −5 |
| src/port/getaddrinfo.c | modified | +2 −2 |
| src/port/thread.c | modified | +1 −3 |