Skip to content

Commit

Permalink
neon-extension 4713
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Jan 31, 2024
1 parent 98772aa commit e66b9bb
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions Formula/neon-extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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-4642",
revision: "a1a74eef2c60c283bc038b65b99db2ed0c68f5bb"
tag: "release-4713",
revision: "1ec3e39d4e777d53d78eea8eba7d21f37942b000"
license "Apache-2.0"
head "https://github.com/neondatabase/neon.git", branch: "main"

Expand All @@ -16,6 +16,16 @@ class NeonExtension < Formula

depends_on "bayandin/tap/neon-postgres"

# A workaround for `FATAL: postmaster became multithreaded during startup` on macOS >= 14.2
# See https://www.postgresql.org/message-id/flat/CYMBV0OT7216.JNRUO6R6GH86%40neon.tech
on_macos do
depends_on "bayandin/tap/curl-without-ipv6"
end

on_linux do
depends_on "curl"
end

def extensions
%w[neon_walredo neon neon_rmgr neon_utils]
end
Expand Down

0 comments on commit e66b9bb

Please sign in to comment.