Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Fri, 22 Aug 2025 13:58:59 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3782: test: add bench for batch insert via unnest with arrays In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 2293817750 X-GitHub-Comment-Type: review_comment X-GitHub-Commit: 8413571c1a8c985b7248dc92af7477fd95b953ac X-GitHub-Issue: 3782 X-GitHub-Path: benchmarks/src/jmh/java/org/postgresql/benchmark/statement/InsertBatch.java X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: review_comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3782#discussion_r2293817750 Content-Type: text/plain; charset=utf-8 (on benchmarks/src/jmh/java/org/postgresql/benchmark/statement/InsertBatch.java) ```suggestion PGConnection pgConnection = connection.unwrap(PGConnection.class); ```