Remove arbitrary line length limit for libpq service files.
Tom Lane <tgl@sss.pgh.pa.us>
Remove arbitrary line length limit for libpq service files. Use a StringInfo instead of a fixed-size buffer in parseServiceInfo(). While we've not heard complaints about the existing 255-byte limit, it certainly seems possible that complex cases could run afoul of it. Daniel Gustafsson Discussion: https://postgr.es/m/48A4FA71-524E-41B9-953A-FD04EF36E2E7@yesql.se
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/fe-connect.c | modified | +31 −37 |
Discussion
- Lift line-length limit for pg_service.conf 11 messages · 2020-09-21 → 2020-09-23