From 34fac812e3b26f4e9c438d74a0336a877c2cd1f4 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Tue, 12 Sep 2023 23:29:30 +0100 Subject: [PATCH 1/4] neon-extension 3898 --- Formula/neon-extension.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/neon-extension.rb b/Formula/neon-extension.rb index 357141a..65c435e 100644 --- a/Formula/neon-extension.rb +++ b/Formula/neon-extension.rb @@ -2,8 +2,8 @@ class NeonExtension < Formula desc "Extension enabling storage manager API and Pageserver communication" homepage "https://github.com/neondatabase/neon" url "https://github.com/neondatabase/neon.git", - tag: "release-3836", - revision: "07d7874bc88cc83a8b57c8d9508674277008a623" + tag: "release-3898", + revision: "0e6fdc8a587aacbc598afb9232eb81484ed3494e" license "Apache-2.0" bottle do From ac2de6dad2b4d9eb6b26b7afb22f1672558d5c78 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Tue, 12 Sep 2023 23:29:51 +0100 Subject: [PATCH 2/4] neon-local 3898 --- Formula/neon-local.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/neon-local.rb b/Formula/neon-local.rb index 8000c04..29ab4c5 100644 --- a/Formula/neon-local.rb +++ b/Formula/neon-local.rb @@ -2,8 +2,8 @@ class NeonLocal < Formula desc "CLI for running Neon locally" homepage "https://github.com/neondatabase/neon" url "https://github.com/neondatabase/neon.git", - tag: "release-3836", - revision: "07d7874bc88cc83a8b57c8d9508674277008a623" + tag: "release-3898", + revision: "0e6fdc8a587aacbc598afb9232eb81484ed3494e" license "Apache-2.0" bottle do @@ -68,7 +68,7 @@ def post_install s.gsub! "listen_addr = \"127.0.0.1:50051\"", "listen_addr = \"127.0.0.1:#{broker_port}\"" end - inreplace neon_repo_dir/"pageserver.toml" do |s| + inreplace neon_repo_dir/"pageserver_1/pageserver.toml" do |s| s.gsub! "listen_http_addr ='127.0.0.1:9898'", "listen_http_addr = \"127.0.0.1:#{ps_http_port}\"" s.gsub! "listen_pg_addr ='127.0.0.1:64000'", "listen_pg_addr = \"127.0.0.1:#{ps_pg_port}\"" s.gsub! "broker_endpoint ='http://127.0.0.1:50051/'", "broker_endpoint = \"http://127.0.0.1:#{broker_port}/\"" From 4b7d6b3e8674bfb1ae3af5f2ce73d23c3a478872 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Tue, 12 Sep 2023 23:30:06 +0100 Subject: [PATCH 3/4] neon-postgres 3898 --- Formula/neon-postgres.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/neon-postgres.rb b/Formula/neon-postgres.rb index c1681ab..0dad2fc 100644 --- a/Formula/neon-postgres.rb +++ b/Formula/neon-postgres.rb @@ -2,8 +2,8 @@ class NeonPostgres < Formula desc "Neon's fork of PostgreSQL" homepage "https://github.com/neondatabase/postgres" url "https://github.com/neondatabase/neon.git", - tag: "release-3836", - revision: "07d7874bc88cc83a8b57c8d9508674277008a623" + tag: "release-3898", + revision: "0e6fdc8a587aacbc598afb9232eb81484ed3494e" license "Apache-2.0" bottle do From 3de2ae35e8cb00057b5b7058b8ba251c44a1cfd1 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Tue, 12 Sep 2023 23:50:21 +0100 Subject: [PATCH 4/4] neon-storage 3898 --- Formula/neon-storage.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/neon-storage.rb b/Formula/neon-storage.rb index 0b04db3..534b507 100644 --- a/Formula/neon-storage.rb +++ b/Formula/neon-storage.rb @@ -2,8 +2,8 @@ class NeonStorage < Formula desc "Storage components for Neon" homepage "https://github.com/neondatabase/neon" url "https://github.com/neondatabase/neon.git", - tag: "release-3836", - revision: "07d7874bc88cc83a8b57c8d9508674277008a623" + tag: "release-3898", + revision: "0e6fdc8a587aacbc598afb9232eb81484ed3494e" license "Apache-2.0" bottle do