Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Sun, 19 May 2024 21:18:07 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3249: perf: optimize Set which are used for checking if oid should be transferred with binary or text In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 2119363030 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3249 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3249#issuecomment-2119363030 Content-Type: text/plain; charset=utf-8 > so we limit the max OID stored in a BitSet with 8192*8, what does this mean ?