[pgjdbc/pgjdbc] b87d8b: chore: remove PostgreSQL 15 from AppVeyor configur...

From: Vladimir Sitnikov <noreply(at)github(dot)com>
To: pgsql-jdbc-commits(at)lists(dot)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] b87d8b: chore: remove PostgreSQL 15 from AppVeyor configur...
Date: 2024-01-04 08:23:56
Message-ID: pgjdbc/pgjdbc/push/refs/heads/master/53799e-b87d8b@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc-commits

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: b87d8b55b5451430347f545b0e4cb9bd98bdf552
https://github.com/pgjdbc/pgjdbc/commit/b87d8b55b5451430347f545b0e4cb9bd98bdf552
Author: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
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.

Browse pgsql-jdbc-commits by date

  From Date Subject
Next Message Vladimir Sitnikov 2024-01-04 17:20:05 [pgjdbc/pgjdbc] 05a00d: chore: add OSSRH repository for resolving -SNAPSHO...
Previous Message Vladimir Sitnikov 2024-01-04 08:22:07 [pgjdbc/pgjdbc] 53799e: refactor: document that encodePassword will zero o...