Compare commits

..

1 Commits

Author SHA1 Message Date
Dimitri Fontaine
1ff3d0cc64 pg waldump improvements
1. add neon resource manager in waldump
2. print end lsn

Only applies starting at Postgres 16, before that the pg_waldump and
custom WAL Resource Managers are not ready.
2025-08-01 16:31:18 +02:00
4 changed files with 8 additions and 8 deletions

View File

@@ -84,8 +84,8 @@ jobs:
region_id: aws-us-east-2
postgres_version: ${{ env.POSTGRES_VERSION }}
compute_units: '[${{ matrix.min_cu }}, ${{ matrix.max_cu }}]'
api_key: ${{ secrets.NEON_STAGING_API_KEY }}
api_host: console-stage.neon.build # staging
api_key: ${{ secrets.NEON_PRODUCTION_API_KEY_4_BENCHMARKS }}
api_host: console.neon.tech # production (!)
- name: Initialize Neon project
env:
@@ -380,5 +380,5 @@ jobs:
uses: ./.github/actions/neon-project-delete
with:
project_id: ${{ steps.create-neon-project-tpcc.outputs.project_id }}
api_key: ${{ secrets.NEON_STAGING_API_KEY }}
api_host: console-stage.neon.build # staging
api_key: ${{ secrets.NEON_PRODUCTION_API_KEY_4_BENCHMARKS }}
api_host: console.neon.tech # production (!)

View File

@@ -1,11 +1,11 @@
{
"v17": [
"17.5",
"1e01fcea2a6b38180021aa83e0051d95286d9096"
"689f8b9978b7b1600bbd8501578c02f11152816e"
],
"v16": [
"16.9",
"a42351fcd41ea01edede1daed65f651e838988fc"
"78312c82f9061138cedcd8f935df24f00935ef55"
],
"v15": [
"15.13",