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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: torben(at)dannhauer(dot)de
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14185: Indentation error in win32.mak let libpq compile fail on USE_OPENSSL=1 -- fix available
Date: 2016-06-13 15:51:11
Message-ID: 19025.1465833071@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

torben(at)dannhauer(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message hubert depesz lubaczewski 2016-06-13 16:14:59 Re: PostgreSQL (9.3 and 9.6) eats all memory when using many tables
Previous Message Tom Lane 2016-06-13 15:25:24 Re: BUG #14184: Function is running correct but not showing output