In pipe_read_line Windows code, loop to ensure we get a whole line

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 80855ba8ca50b6efa69e9bfefb3cfc89dbabf850
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-12-20T17:40:59Z
Releases: 8.0.0
In pipe_read_line Windows code, loop to ensure we get a whole line
from the child process; fixes observed problems when the returned
version number is '8.0.0' rather than '8.0.0rc1'.  Magnus Hagander

Files

PathChange+/−
src/port/exec.c modified +34 −17