Hubert Zhang <[email protected]> writes:
> As for patch 0004, find ':' after "could not connect to" may failed when
> error message like:
> "could not connect to host "localhost" (::1), port 12345: Connection
> refused", where p2 will point to "::1" instead of ": Connection refused". But
> since it's only used for test case, we don't need to filter the error message
> precisely.
Excellent point, and I think that could happen on a Windows installation.
We can make it look for ": " instead of just ':', and that'll reduce the
odds of trouble.
regards, tom lane