Re: possible problem with version string in win32 port - Mailing list pgsql-hackers-win32

From Tom Lane
Subject Re: possible problem with version string in win32 port
Date
Msg-id 19874.1099535632@sss.pgh.pa.us
Whole thread Raw
In response to possible problem with version string in win32 port  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
List pgsql-hackers-win32
"Merlin Moncure" <merlin.moncure@rcsonline.com> writes:
> ...  It turns out pg_ctl is trying to compare

> postmaster (PostgreSQL) 8.0.0\n   <-- on the pg_ctl side
> with
> postmaster (PostgreSQL) 8.0.\n    <-- on the postmaster side, read from
> popen with -V switch.

I couldn't reproduce this on Linux.  There is Windows-specific code in
pipe_read_line(), which seems like it might be the root of the problem,
but I can't see anything obviously wrong with it.

            regards, tom lane

pgsql-hackers-win32 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Edit query buffer
Next
From: Bruce Momjian
Date:
Subject: Re: Edit query buffer