In pipe_read_line Windows code, loop to ensure we get a whole line
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 Dec 2004 17:40:59 +0000 (17:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 Dec 2004 17:40:59 +0000 (17:40 +0000)
commit80855ba8ca50b6efa69e9bfefb3cfc89dbabf850
treea8703954b5aa61f9f2c61dc2037dd50ad7c1c2fd
parentda59a70c094d6a39a19ca75ade38ef06a71b6c64
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
src/port/exec.c