Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pNvqZ-0006Ql-Lo for pgsql-jdbc@arkaria.postgresql.org; Fri, 03 Feb 2023 13:11:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pNvqY-0008Bg-KV for pgsql-jdbc@arkaria.postgresql.org; Fri, 03 Feb 2023 13:11:18 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pNvqY-0008BW-BS for pgsql-jdbc@lists.postgresql.org; Fri, 03 Feb 2023 13:11:18 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pNvqV-00035r-SW for pgsql-jdbc@lists.postgresql.org; Fri, 03 Feb 2023 13:11:17 +0000 Received: from github.com (hubbernetes-node-e431c5a.ash1-iad.github.net [10.56.206.79]) by smtp.github.com (Postfix) with ESMTPA id 7C8D5900D9A for ; Fri, 3 Feb 2023 05:11:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1675429874; bh=uLg5npXQH8AyD0oyvzO0jYH6lQoJK3K/iyKXNdxH8xg=; h=Date:From:To:Subject:From; b=VGJrCCmdfadBGrFk4/AXnNIS59iiNQSKnKL9yh5GYCs+rIDiWCy3P+na3GtY72Po9 6RTDXUblvhF1/Vj6TnQTLOZQl807uj1SzSmfaDqjS8e3ePGvK5lByGvoBvgVMkpUwM 7IaDnQLZxCtaliKTP4msGSxTMl4shmk/Y+LMUdHQ= Date: Fri, 03 Feb 2023 05:11:14 -0800 From: Dave Cramer To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 4bc9c2: Add box to TypeInfoCache, fixes Issue #2746 (#2747) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/release/42.5.x Home: https://github.com/pgjdbc/pgjdbc Commit: 4bc9c22dccda4742eee75d3c5602cc53448a71ac https://github.com/pgjdbc/pgjdbc/commit/4bc9c22dccda4742eee75d3c5602cc53448a71ac Author: Dave Cramer Date: 2023-02-03 (Fri, 03 Feb 2023) Changed paths: M pgjdbc/src/main/java/org/postgresql/core/Oid.java M pgjdbc/src/main/java/org/postgresql/jdbc/TypeInfoCache.java Log Message: ----------- Add box to TypeInfoCache, fixes Issue #2746 (#2747) * Add box to TypeInfoCache, fixes Issue #2746 * use semi-colon delimiter for box type * Fix: regression in PgResultSet LONG_MIN copy paste error fixes Issue #2748 (#2749)