summaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorHiroshi Inoue2017-06-10 05:47:21 +0000
committerHiroshi Inoue2017-06-10 05:47:21 +0000
commit030a02149cb9af06a8adbdd34f12f08c5d805df1 (patch)
tree34808fc615a5f000607e13ca55aba33cd29d6ea8 /options.c
parent1c4e28f1d4f36b6b9e1572b70bca3f61c161845d (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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/options.c b/options.c
index 7b0a432..c5ec8b1 100644
--- a/options.c
+++ b/options.c
@@ -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;
}