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

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: In pipe_read_line Windows code, loop to ensure we get a whole
Дата
Msg-id 20041220174101.7168A3AA115@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
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

Modified Files:
--------------
    pgsql/src/port:
        exec.c (r1.33 -> r1.34)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/exec.c.diff?r1=1.33&r2=1.34)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove direct inclusions of as well as configure test
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Mark the TimeZone parameter as GUC_REPORT, so that JDBC can find