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 1rLJ1G-007Evu-62 for pgsql-jdbc-commits@arkaria.postgresql.org; Thu, 04 Jan 2024 08:24:02 +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 1rLJ1E-00BGwq-Ul for pgsql-jdbc-commits@arkaria.postgresql.org; Thu, 04 Jan 2024 08:24:00 +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 1rLJ1E-00BGw6-ON for pgsql-jdbc-commits@lists.postgresql.org; Thu, 04 Jan 2024 08:24:00 +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 1rLJ1C-00DfUn-0O for pgsql-jdbc-commits@lists.postgresql.org; Thu, 04 Jan 2024 08:23:59 +0000 Received: from github.com (hubbernetes-node-a3f4d08.va3-iad.github.net [10.48.209.75]) by smtp.github.com (Postfix) with ESMTPA id AA7BDE03BA for ; Thu, 4 Jan 2024 00:23:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1704356636; bh=0Q0PZTr38VKEM51FiWsjfKSOj4bwPnR/SLfHTDr3K5E=; h=Date:From:To:Subject:From; b=g7b7qy++maclJXsSmZrInemhlrHoQ3WFtOr2TXY/LPwIb4A+xgcKCjSbTPrxCibpM 53DS2b6Z8K/4e69q1VAohlxsufJVrSKFeM+E8ooV9k7Vzgz73bQRWVLFUZRLXHMnvL lDWS5fUqEqU9n/C8kBQjWACaRMUc1bB+tefPZbZU= Date: Thu, 04 Jan 2024 00:23:56 -0800 From: Vladimir Sitnikov To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] b87d8b: chore: remove PostgreSQL 15 from AppVeyor configur... 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: b87d8b55b5451430347f545b0e4cb9bd98bdf552 https://github.com/pgjdbc/pgjdbc/commit/b87d8b55b5451430347f545b0e4cb9bd98bdf552 Author: Vladimir Sitnikov Date: 2024-01-04 (Thu, 04 Jan 2024) Changed paths: M appveyor.yml Log Message: ----------- chore: remove PostgreSQL 15 from AppVeyor configuration as it does not start Add-Content -PATH "$env:pgroot\data\postgresql.conf" "wal_level=logical" Add-Content -PATH "$env:pgroot\data\postgresql.conf" "wal_level=logical" Add-Content -PATH "$env:pgroot\data\postgresql.conf" "max_wal_senders=3" Add-Content -PATH "$env:pgroot\data\postgresql.conf" "wal_keep_segments=10" Add-Content -PATH "$env:pgroot\data\postgresql.conf" "wal_sender_timeout=5s" Add-Content -PATH "$env:pgroot\data\postgresql.conf" "max_replication_slots=10" Add-Content -PATH "$env:pgroot\data\pg_hba.conf" "host replication all 127.0.0.1/32 trust" net start postgresql%x64%-%pgversion% The postgresql-x64-15 - PostgreSQL Server 15 service is starting. The postgresql-x64-15 - PostgreSQL Server 15 service could not be started. The service did not report an error.