mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Minor fixes to compile on unix for v6-40-0002
This commit is contained in:
@ -36,6 +36,12 @@
|
||||
|
||||
extern GLOBAL_VALUES globals;
|
||||
|
||||
RETCODE set_statement_option(ConnectionClass *conn,
|
||||
StatementClass *stmt,
|
||||
UWORD fOption,
|
||||
UDWORD vParam);
|
||||
|
||||
|
||||
|
||||
RETCODE set_statement_option(ConnectionClass *conn,
|
||||
StatementClass *stmt,
|
||||
|
Reference in New Issue
Block a user