mirror of
https://github.com/postgres/postgres.git
synced 2025-12-13 14:22:43 +03:00
JDBC encoding additions.
Here's a patch against the current CVS. The changes from the previous patch are mostly related to the changed interface for PG_Stream. Anders Bengtsson
This commit is contained in:
@@ -151,6 +151,7 @@ BytePoolDim2 Handles a pool of byte[][] arrays
|
||||
MemoryPool Interface for managing MemoryPools. Not used (yet).
|
||||
ObjectPool Interface for an Object Pool
|
||||
SimpleObjectPool Class that implements ObjectPool and used by BytePoolDim#
|
||||
Encoding Character encoding logic, mainly for Connection and PG_Stream.
|
||||
|
||||
Package org.postgresql.fastpath
|
||||
---------------------------
|
||||
|
||||
Reference in New Issue
Block a user