2
0

Convert large objects to prepared statements

This allows removing semi-obsolete fastpath interface support. See
https://www.postgresql.org/docs/current/libpq-fastpath.html. This also
simplifies introducing context support.
This commit is contained in:
Jack Christensen
2019-05-11 11:36:38 -05:00
parent f572b336b1
commit 79f49ce300
4 changed files with 97 additions and 181 deletions
-1
View File
@@ -38,7 +38,6 @@ type Conn struct {
preparedStatements map[string]*PreparedStatement
logger Logger
logLevel LogLevel
fp *fastpath
causeOfDeath error