Port Bug Report: libpostgres.a not linked
| От | Unprivileged user |
|---|---|
| Тема | Port Bug Report: libpostgres.a not linked |
| Дата | |
| Msg-id | 199904280724.DAA29372@hub.org обсуждение исходный текст |
| Список | 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 по дате отправления: