mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Changes to fix/improve the dynamic loading on NT
From: Horak Daniel <horak@mmp.plzen-city.cz>
This commit is contained in:
@ -66,9 +66,9 @@ typedef struct
|
||||
#define SPI_OK_UPDATE 9
|
||||
#define SPI_OK_CURSOR 10
|
||||
|
||||
extern uint32 SPI_processed;
|
||||
extern SPITupleTable *SPI_tuptable;
|
||||
extern int SPI_result;
|
||||
extern DLLIMPORT uint32 SPI_processed;
|
||||
extern DLLIMPORT SPITupleTable *SPI_tuptable;
|
||||
extern DLLIMPORT int SPI_result;
|
||||
|
||||
extern int SPI_connect(void);
|
||||
extern int SPI_finish(void);
|
||||
|
Reference in New Issue
Block a user