BUG #14185: Indentation error in win32.mak let libpq compile fail on USE_OPENSSL=1 -- fix available
The following bug has been logged on the website:
Bug reference: 14185
Logged by: Torben Dannhauer
Email address: torben@dannhauer.de
PostgreSQL version: 9.5.3
Operating system: Windows 8.1
Description:
In postgresql\src\interfaces\libpq\win32.mak in line 171, the indentation
makes the assignment fails. Since the code is guarded by "!IFDEF
USE_OPENSSL", it only occurs when libpq is compiled with openssl support.
Removing the leading tab/spaces in line 171 fixes the issue.
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
torben@dannhauer.de writes:
In postgresql\src\interfaces\libpq\win32.mak in line 171, the indentation
makes the assignment fails. Since the code is guarded by "!IFDEF
USE_OPENSSL", it only occurs when libpq is compiled with openssl support.
Removing the leading tab/spaces in line 171 fixes the issue.
Fixed, thanks for the report!
regards, tom lane
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs