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 1pNpl6-0007Py-Gg for pgsql-jdbc@arkaria.postgresql.org; Fri, 03 Feb 2023 06:41:16 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pNpl5-0007yk-95 for pgsql-jdbc@arkaria.postgresql.org; Fri, 03 Feb 2023 06:41:15 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pNpl5-0007tl-0l for pgsql-jdbc@lists.postgresql.org; Fri, 03 Feb 2023 06:41:15 +0000 Received: from out-26.smtp.github.com ([192.30.252.209]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pNpl2-0000cu-Ej for pgsql-jdbc@lists.postgresql.org; Fri, 03 Feb 2023 06:41:14 +0000 Received: from github.com (hubbernetes-node-1ea5e00.ash1-iad.github.net [10.56.203.74]) by smtp.github.com (Postfix) with ESMTPA id CB9BE5E036F for ; Thu, 2 Feb 2023 22:41:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1675406470; bh=85dhQOmZYJvlCcdUl/gQPLGsm3dNxjO+bCgV8WcQwKQ=; h=Date:From:To:Subject:From; b=QSd9Myw85c7FtB//2plYhIcPC0mBP5ZYwsJ1mH51VAv7uUJtketQzn8Q1pwF/9L85 p5+INoS8r78gI1QOJfEEoL7bXSAj7QLbAknbfCbeNgXyXjpKEpO6v59jatHQ6P89eE DalhLmE7xhJOW3YVR03B744TNx3VTlY9qVkjhWIE= Date: Thu, 02 Feb 2023 22:41:10 -0800 From: Dave Cramer To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 605044: Fix: regression in PgResultSet LONG_MIN copy paste... 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: 60504440d66754a548bf9c023e859c56ca58c8b7 https://github.com/pgjdbc/pgjdbc/commit/60504440d66754a548bf9c023e859c56ca58c8b7 Author: Dave Cramer Date: 2023-02-03 (Fri, 03 Feb 2023) Changed paths: M pgjdbc/src/main/java/org/postgresql/jdbc/PgResultSet.java M pgjdbc/src/test/java/org/postgresql/test/jdbc2/ResultSetTest.java Log Message: ----------- Fix: regression in PgResultSet LONG_MIN copy paste error fixes Issue #2748 (#2749)