mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Update for version 06-40-0001
This commit is contained in:
@ -129,7 +129,7 @@ RETCODE SQL_API SQLExecDirect(
|
||||
SDWORD cbSqlStr)
|
||||
{
|
||||
StatementClass *stmt = (StatementClass *) hstmt;
|
||||
RETCODE SQL_API result;
|
||||
RETCODE result;
|
||||
static char *func = "SQLExecDirect";
|
||||
|
||||
mylog( "%s: entering...\n", func);
|
||||
|
Reference in New Issue
Block a user