Port Bug Report: libpostgres.a not linked - Mailing list pgsql-ports

From Unprivileged user
Subject Port Bug Report: libpostgres.a not linked
Date
Msg-id 199904280724.DAA29372@hub.org
Whole thread Raw
List pgsql-ports
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name               : Stefan Diestelmann
Your email address      : stefan@sds.wutal.de

Category                : install: compile
Severity                : critical

Summary: libpostgres.a not linked

System Configuration
--------------------
  Operating System   : WinNT

  PostgreSQL version : 6.5B1

  Compiler used      : cygwin32

Hardware:
---------
s.o.

Versions of other tools:
------------------------
B20-1

--------------------------------------------------------------------------

Problem Description:
--------------------
The compiler failed to link libpostgres.a because of the missing methods: SPI_push, SPI_pop.

--------------------------------------------------------------------------

Test Case:
----------
ever

--------------------------------------------------------------------------

Solution:
---------
I explicitly used the Method in spi.c instead of:
_spi_curid++  --> SPI_push();
_spi_curid--  --> SPI_pop();
But the reason for this is unknown to me.

--------------------------------------------------------------------------


pgsql-ports by date:

Previous
From: Unprivileged user
Date:
Subject: Port Bug Report:
Next
From: Unprivileged user
Date:
Subject: Port Bug Report: