mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
More cleanup.
This commit is contained in:
@ -37,16 +37,16 @@
|
||||
|
||||
extern GLOBAL_VALUES globals;
|
||||
|
||||
RETCODE set_statement_option(ConnectionClass * conn,
|
||||
StatementClass * stmt,
|
||||
RETCODE set_statement_option(ConnectionClass *conn,
|
||||
StatementClass *stmt,
|
||||
UWORD fOption,
|
||||
UDWORD vParam);
|
||||
|
||||
|
||||
|
||||
RETCODE
|
||||
set_statement_option(ConnectionClass * conn,
|
||||
StatementClass * stmt,
|
||||
set_statement_option(ConnectionClass *conn,
|
||||
StatementClass *stmt,
|
||||
UWORD fOption,
|
||||
UDWORD vParam)
|
||||
{
|
||||
|
Reference in New Issue
Block a user