pgsql: Blind attempt at fixing ecpg/compatlib's build

Started by Alvaro Herreraover 6 years ago3 messagescomitters
Jump to latest
#1Alvaro Herrera
alvherre@2ndquadrant.com

Blind attempt at fixing ecpg/compatlib's build

It now needs libpgcommon in order to get pnstrdup.

Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9a798234963cd1f746ded41453392c257a4f9fdd

Modified Files
--------------
src/tools/msvc/Mkvcbuild.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

#2Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Alvaro Herrera (#1)
Re: pgsql: Blind attempt at fixing ecpg/compatlib's build

On 2019-Dec-04, Alvaro Herrera wrote:

Blind attempt at fixing ecpg/compatlib's build

It now needs libpgcommon in order to get pnstrdup.

If this doesn't fix it, I propose to revert the ecpg changes rather than
fight it. Some windows-enabled person can submit a better-tested patch
later ...

--
�lvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

#3Michael Paquier
michael@paquier.xyz
In reply to: Alvaro Herrera (#2)
Re: pgsql: Blind attempt at fixing ecpg/compatlib's build

On Wed, Dec 04, 2019 at 08:19:50PM -0300, Alvaro Herrera wrote:

If this doesn't fix it, I propose to revert the ecpg changes rather than
fight it. Some windows-enabled person can submit a better-tested patch
later ...

It looks like this has cooled down the buildfarm.
--
Michael