BUG #8162: Operation would bloсk (0x00002733/10035)

From: majestio(at)ya(dot)ru
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #8162: Operation would bloсk (0x00002733/10035)
Date: 2013-05-14 20:01:29
Message-ID: E1UcLPd-0000L4-TI@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 8162
Logged by: Majestio
Email address: majestio(at)ya(dot)ru
PostgreSQL version: 9.2.4
Operating system: cross-compiling MinGW32 / WinXP x64
Description:

Sorry for my English, I use a translator.

I built PostgreSQL using
MinGW (x32-4.8.0-release-posix-sjlj-rev2.7z)
MSYS (msys +7 za + wget + svn + git + mercurial + cvs-rev12.7z)

The sequence building:

$ cd /prj/pgsql-x32
$ ./configure --with-openssl --without-zlib --prefix=/prj/pgsql/x32
--with-includes=/prj/openssl/x32/include
--with-libraries=/prj/openssl/x32/lib
$ make && make install

Building without any error.

However, all the programs meet always the same error:

could not connect to server: Operation would block (0x00002733/10035)
Is the server running on host "localhost" (127.0.0.1) and
accepting
TCP/IP connections on port 5432?

The server is operational and is available if you use binaries obtained from
http://www.postgresql.org/download/windows/

WBR, Majestio

Browse pgsql-bugs by date

  From Date Subject
Next Message John R Pierce 2013-05-14 21:47:30 Re: BUG #8161: Several instances of Postgres service
Previous Message Devrim GÜNDÜZ 2013-05-14 16:00:51 Re: BUG #8160: 9.3 Beta 1 Initdb doesn't work