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 1r34C3-0022mQ-Ox for pgsql-jdbc-commits@arkaria.postgresql.org; Wed, 15 Nov 2023 00:55:47 +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 1r34C1-00CM2R-AE for pgsql-jdbc-commits@arkaria.postgresql.org; Wed, 15 Nov 2023 00:55:45 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r34C1-00CM2J-2t for pgsql-jdbc-commits@lists.postgresql.org; Wed, 15 Nov 2023 00:55:45 +0000 Received: from out-23.smtp.github.com ([192.30.252.206]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r34Bx-006TqA-T3 for pgsql-jdbc-commits@lists.postgresql.org; Wed, 15 Nov 2023 00:55:44 +0000 Received: from github.com (hubbernetes-node-c8b4824.ac4-iad.github.net [10.52.133.32]) by smtp.github.com (Postfix) with ESMTPA id F373F5E093B for ; Tue, 14 Nov 2023 16:55:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1700009740; bh=apWI46UAp/pymEHEBpw4vqZLjxI60sOaBn4zllOpoJc=; h=Date:From:To:Subject:From; b=irZl79gjGDyeKrFHKatweJcEBYXI0coEWYDIezWX393z8BeQpL/DxxYhV6Kwuf8GY y2yAwj3yLLtHCiWD7ixfIM6Tnjp9TXJU6rYvwK+IPHicBc2Z8VT2ULo5IFoC6yJC+p e28XtGh1WQRN5Mp9+WpMb9TRlqj+WpKX9IzfKFQA= Date: Tue, 14 Nov 2023 16:55:39 -0800 From: Dave Cramer To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] a17f1a: only create function if V14 or greater (#2996) 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: a17f1a61c4d913769f8d40f7ac83cb8abb64d859 https://github.com/pgjdbc/pgjdbc/commit/a17f1a61c4d913769f8d40f7ac83cb8abb64d859 Author: Dave Cramer Date: 2023-11-14 (Tue, 14 Nov 2023) Changed paths: M pgjdbc/src/test/java/org/postgresql/test/jdbc3/Jdbc3CallableStatementTest.java Log Message: ----------- only create function if V14 or greater (#2996)