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 1oxpdN-0007he-Pc for pgsql-jdbc@arkaria.postgresql.org; Wed, 23 Nov 2022 13:17:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oxpdL-0002In-Ou for pgsql-jdbc@arkaria.postgresql.org; Wed, 23 Nov 2022 13:17:47 +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 1oxpdL-0002Ie-Fi for pgsql-jdbc@lists.postgresql.org; Wed, 23 Nov 2022 13:17:47 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oxpdI-0006nM-8u for pgsql-jdbc@lists.postgresql.org; Wed, 23 Nov 2022 13:17:47 +0000 Received: from github.com (hubbernetes-node-1610bd8.ash1-iad.github.net [10.56.201.85]) by smtp.github.com (Postfix) with ESMTPA id 58008901662 for ; Wed, 23 Nov 2022 05:17:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1669209462; bh=TrCsZG5XWu5x9JvN/jzH7njuvJ1s3vFt8cav+yCDksU=; h=Date:From:To:Subject:From; b=nkNFHW67y1jkwEs4fORtZ4iXMdNlyd6VzdO82MnjNG00O50RRWYiWqY1Ml7WCWUJC sX86d1pPNCpek0W7W4u68AeEPLrHmUkRk4RJmvzZooIQ724Oe7rH11Feg3iwsVmvdC nnTS9La3D+lyMEn9f3w+OK1nNqiMnO4da/c+mf8s= Date: Wed, 23 Nov 2022 05:17:42 -0800 From: Dave Cramer To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 91b8c2: backpatch changes to 42.2.x for 42.5.1 (#2673) 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.2 Home: https://github.com/pgjdbc/pgjdbc Commit: 91b8c2ca600f82d2ec47c3fb54ca2036b000e320 https://github.com/pgjdbc/pgjdbc/commit/91b8c2ca600f82d2ec47c3fb54ca2036b000e320 Author: Dave Cramer Date: 2022-11-23 (Wed, 23 Nov 2022) Changed paths: M pgjdbc/src/main/java/org/postgresql/util/StreamWrapper.java Log Message: ----------- backpatch changes to 42.2.x for 42.5.1 (#2673)