File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ Document service capability, and add sample file (Bruce)
258
258
Make PQsetdbLogin() have the same defaults as PQconnectdb() (Tom)
259
259
Allow libpq to cleanly fail when result sets are too large (Tom)
260
260
Improve performance of PGunescapeBytea() (Ben Lamb)
261
- Allow threaded with --enable-thread-safety (Lee Kindness, Philip Yarra)
261
+ Allow thread-safe libpq with --enable-thread-safety (Lee Kindness, Philip Yarra)
262
262
Allow pqInternalNotice() to accept a format string and args instead of
263
263
just a preformatted message (Tom, Sean Chittenden)
264
264
Allow control SSL negotiation with sslmode values "disable", "allow",
@@ -281,7 +281,7 @@ Miscellaneous Interfaces
281
281
Prevent possible memory leak or core dump during libpgtcl shutdown (Tom)
282
282
Add ecpg Informix compatibility (Michael)
283
283
Add ecpg DECIMAL type that is fixed length, for Informix (Michael)
284
- Allow threaded ecpg with --enable-thread-safety (Lee Kindness, Bruce)
284
+ Allow thread-safe ecpg with --enable-thread-safety (Lee Kindness, Bruce)
285
285
Allow client interfaces to compile under MinGW/win32 (Bruce)
286
286
Move python client interface to http://www.pygresql.org (Marc)
287
287
You can’t perform that action at this time.
0 commit comments