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 1pSGYc-0000lz-LU for pgsql-jdbc-commits@arkaria.postgresql.org; Wed, 15 Feb 2023 12:06:42 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pSGYZ-0001zZ-Rb for pgsql-jdbc-commits@arkaria.postgresql.org; Wed, 15 Feb 2023 12:06:39 +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 1pSGSQ-0008Uy-Pr; Wed, 15 Feb 2023 12:00:18 +0000 Received: from out-26.smtp.github.com ([192.30.252.209]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pSGSO-00046v-6E; Wed, 15 Feb 2023 12:00:18 +0000 Received: from github.com (hubbernetes-node-b131f78.ash1-iad.github.net [10.56.154.30]) by smtp.github.com (Postfix) with ESMTPA id 8D8845E0C5A; Wed, 15 Feb 2023 04:00:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1676462414; bh=+OLGBzmmxBh9nYhTgwXhvPP5isVrs14u3Iir2eW/84o=; h=Date:From:To:Subject:From; b=T4HcxXS9egqFRC2q3afyc7jnA+Cajwe3LwpcA1mqPUHAib/33UFwhbZBa0ciTKw4g T2LrGkly4GHJVbkDEo4c7xB2h6/SQ5o40UGNj5I+lGyqRDT5uuUVfQxX69TO7sqpJk k7K36mqdiQFjKIQ3Xc6ST6kaj8BlTvfSlFRSapnc= Date: Wed, 15 Feb 2023 04:00:14 -0800 From: Dave Cramer To: pgsql-jdbc@lists.postgresql.org, pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] fad866: fix: fix testGetSQLTypeQueryCache by searching for... 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,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/release/42.5.x Home: https://github.com/pgjdbc/pgjdbc Commit: fad86648965f08c065b02592b516243dc0c6d0a2 https://github.com/pgjdbc/pgjdbc/commit/fad86648965f08c065b02592b516243dc0c6d0a2 Author: Dave Cramer Date: 2023-02-15 (Wed, 15 Feb 2023) Changed paths: M .github/workflows/main.yml M README.md M docs/content/changelogs/2021-12-22-log4j.md M docs/content/changelogs/2023-01-31-42.5.2-release.md M docs/content/documentation/server-prepare.md M docs/content/download/_index.md M docs/content/license/_index.md M docs/layouts/changelogs/list.html A docs/static/images/slonik_duke.png M pgjdbc/src/test/java/org/postgresql/core/OidValuesCorrectnessTest.java M pgjdbc/src/test/java/org/postgresql/test/jdbc2/DatabaseMetaDataCacheTest.java Log Message: ----------- fix: fix testGetSQLTypeQueryCache by searching for xid type. (#2805) * fix: fix testGetSQLTypeQueryCache by searching for xid type. We used to search for box type but it is now cached fix OidValueCorrectnessTest BOX_ARRAY OID, by adding BOX_ARRAY to the oidTypeName map * branches: '*' to branches: '**' in the workflow definition to ensure that all pull requests get tested * added alias /about/license.html (#2765) * Add copy examples (#2762) * make changelogs more compact, only show the link to the changelog (#2758) add SNAPSHOT link to download page * Update README.md (#2759) * re-add slonik duke image (#2760) * edit changelogs to make them correct and readable (#2743) * Correct the instructions for building without tests