BUG #14185: Indentation error in win32.mak let libpq compile fail on USE_OPENSSL=1 -- fix available

From: torben(at)dannhauer(dot)de
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14185: Indentation error in win32.mak let libpq compile fail on USE_OPENSSL=1 -- fix available
Date: 2016-06-13 14:01:19
Message-ID: 20160613140119.5798.78501@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: 14185
Logged by: Torben Dannhauer
Email address: torben(at)dannhauer(dot)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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Jeff Janes 2016-06-13 14:22:51 Re: PostgreSQL (9.3 and 9.6) eats all memory when using many tables
Previous Message zzia88 2016-06-13 13:40:25 BUG #14184: Function is running correct but not showing output