Thread: pgsql/src/interfaces/jdbc/org/postgresql/core ...

pgsql/src/interfaces/jdbc/org/postgresql/core ...

From
Bruce Momjian - CVS
Date:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    momjian@hub.org    01/01/24 19:02:58

Modified files:
    src/interfaces/jdbc/org/postgresql/core: BytePoolDim1.java

Log message:
    This patch fixes an arrayindexoutofbounds exception that was just
    introduced into the code.  The fix is a fix to
    org.postgresql.core.ByteArrayDim1.java.

    Barry Lind