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 1pSHc2-0006aX-Bn for pgsql-jdbc-commits@arkaria.postgresql.org; Wed, 15 Feb 2023 13:14:18 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pSHc1-0001Jj-B0 for pgsql-jdbc-commits@arkaria.postgresql.org; Wed, 15 Feb 2023 13:14:17 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pSGwV-0003Eh-IY; Wed, 15 Feb 2023 12:31:23 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pSGwS-00021v-Fr; Wed, 15 Feb 2023 12:31:22 +0000 Received: from github.com (hubbernetes-node-c1e9684.ac4-iad.github.net [10.52.200.59]) by smtp.github.com (Postfix) with ESMTPA id 4BB0F5208FD; Wed, 15 Feb 2023 04:31:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1676464279; bh=Y9H68tPTAOJZG6OdBi86a67vKsVKplE80SqZyCV2Qj0=; h=Date:From:To:Subject:From; b=sj5B1jZGPUcUVwzE3aYFp1zSrXZVM0GXonE+tP2aKe/m7N0OAr0ezR0eAGbYVc9oE miJUryxoHMBN1tzxcntc3x86/+s+sx2nP0stiAIYTkNn08/3+kZvSEmd5RcUYVoaIt WRAL3RefUQEBIQYDBjixypwWEJZfbi/ov7lT92mw= Date: Wed, 15 Feb 2023 04:31:19 -0800 From: Dave Cramer To: pgsql-jdbc@lists.postgresql.org, pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] c67735: Revert "fix: fix testGetSQLTypeQueryCache by searc... 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/revert-2805-fixoidtests Home: https://github.com/pgjdbc/pgjdbc Commit: c6773572b4a9f77dc8959ab91ac29d391bb9a192 https://github.com/pgjdbc/pgjdbc/commit/c6773572b4a9f77dc8959ab91ac29d391bb9a192 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 R 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: ----------- Revert "fix: fix testGetSQLTypeQueryCache by searching for xid type. (#2805)" This reverts commit fad86648965f08c065b02592b516243dc0c6d0a2.