Reduce roundtrips when using SAVEPOINTs by issuing multiple commands after prepending...
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Sat, 17 Jun 2017 03:15:28 +0000 (12:15 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Sat, 17 Jun 2017 03:15:28 +0000 (12:15 +0900)
commite12c950e8fdebe5ba0942b7ddf18573f5afc4e2b
tree488ae3c51a9c2bcfbcf5c6a2bffb55f48aa7c92e
parentc3c1cef14971f32b6778a4fb9a4ee0f14d015822
Reduce roundtrips when using SAVEPOINTs by issuing multiple commands after prepending (RELEASE xxxx;)SAVEPOINT; to simple queries.
Unfortunately it's impossible to recover syntax errors after this change.
connection.c
connection.h
execute.c
misc.c