diff options
| author | Hiroshi Inoue | 2017-06-10 05:47:21 +0000 |
|---|---|---|
| committer | Hiroshi Inoue | 2017-06-10 05:47:21 +0000 |
| commit | 030a02149cb9af06a8adbdd34f12f08c5d805df1 (patch) | |
| tree | 34808fc615a5f000607e13ca55aba33cd29d6ea8 /options.c | |
| parent | 1c4e28f1d4f36b6b9e1572b70bca3f61c161845d (diff) | |
Clean up the use of 'internal' member of StatementClass.
Give up to roll back 'internal' statements because the functionality is not effectively used.
Introduced 'external' instead of 'internal'.
Diffstat (limited to 'options.c')
| -rw-r--r-- | options.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -630,8 +630,6 @@ PGAPI_SetStmtOption(HSTMT hstmt, /* StartRollbackState(stmt); */ retval = set_statement_option(NULL, stmt, fOption, vParam); - if (stmt->internal) - retval = DiscardStatementSvp(stmt, retval, FALSE); return retval; } |
