Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r3d2k-004pfj-LI for pgsql-jdbc-commits@arkaria.postgresql.org; Thu, 16 Nov 2023 14:08:30 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1r3d2j-007Geb-BM for pgsql-jdbc-commits@arkaria.postgresql.org; Thu, 16 Nov 2023 14:08:29 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r3d2j-007GeR-3V for pgsql-jdbc-commits@lists.postgresql.org; Thu, 16 Nov 2023 14:08:29 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r3d2g-006kIW-9I for pgsql-jdbc-commits@lists.postgresql.org; Thu, 16 Nov 2023 14:08:28 +0000 Received: from github.com (hubbernetes-node-a138743.va3-iad.github.net [10.48.149.33]) by smtp.github.com (Postfix) with ESMTPA id 84EF18C13A7 for ; Thu, 16 Nov 2023 06:08:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1700143704; bh=SVdDLxZt5B/P258JVti9Bk49hJ1l016qwQfwJUQbm4A=; h=Date:From:To:Subject:From; b=cDjifDXntkRvAJewWoUnXUrqFmQZSwNdLSAhigMY+GcyJvjhKqOrMiZgAP5eUPo3I tz71qCTsjYcNbGkTE4qBs1GiPlEbbOKqUCVcUWZTxeZH7QEv9iv3uuBawbzdiOmPJ8 KQ6+iVRe/1hak5q7TSkHuaXIXcEbJYGx7r5LrHaM= Date: Thu, 16 Nov 2023 06:08:24 -0800 From: Vladimir Sitnikov To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 54ccdf: test: add call.setFetchSize to RefCursorFetchTest Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc-commits@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/master Home: https://github.com/pgjdbc/pgjdbc Commit: 54ccdf7af7c5fc9c829587dc86846a1b3c4863da https://github.com/pgjdbc/pgjdbc/commit/54ccdf7af7c5fc9c829587dc86846a1b3c4863da Author: Vladimir Sitnikov Date: 2023-11-16 (Thu, 16 Nov 2023) Changed paths: M pgjdbc/src/test/java/org/postgresql/test/jdbc2/RefCursorFetchTest.java Log Message: ----------- test: add call.setFetchSize to RefCursorFetchTest