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 1rJqEX-00GF11-9v for pgsql-jdbc-commits@arkaria.postgresql.org; Sun, 31 Dec 2023 07:27:41 +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 1rJqET-006DI6-1b for pgsql-jdbc-commits@arkaria.postgresql.org; Sun, 31 Dec 2023 07:27:37 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rJqES-006DHP-QC for pgsql-jdbc-commits@lists.postgresql.org; Sun, 31 Dec 2023 07:27:36 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rJqEQ-00D1s5-9X for pgsql-jdbc-commits@lists.postgresql.org; Sun, 31 Dec 2023 07:27:35 +0000 Received: from github.com (hubbernetes-node-e259917.va3-iad.github.net [10.48.154.33]) by smtp.github.com (Postfix) with ESMTPA id A8A73E006A for ; Sat, 30 Dec 2023 23:27:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1704007652; bh=3eNsztDPCg/Ziy6vtZGsudLUETgVG0+oP56MlNMP4DA=; h=Date:From:To:Subject:From; b=Prl+u2rPBTRy/Mqt5AzLT2e52G2VbO3J35ymKuW1ZtPTaHzhdqKZjs1PRq5PbTnpE mGOOMui4QrugiQ+/eDdGnPLVrkt2V2xvT9QIRRcXZcjfG/5JBMWFi1NGrtxpKgOKH3 /6m+gr5RDwBXF8vq8pAzeG1sHECELAZCwtOeKj1s= Date: Sat, 30 Dec 2023 23:27:32 -0800 From: Vladimir Sitnikov To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 0b0f4c: refactor: rename index -> size in IntList 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: 0b0f4ce6ed89c6acd73ecb8c8ca416b850e45454 https://github.com/pgjdbc/pgjdbc/commit/0b0f4ce6ed89c6acd73ecb8c8ca416b850e45454 Author: Vladimir Sitnikov Date: 2023-12-31 (Sun, 31 Dec 2023) Changed paths: M pgjdbc/src/main/java/org/postgresql/util/IntList.java Log Message: ----------- refactor: rename index -> size in IntList