From 197b1b392382deb469b84530963412e9bdd1e32b Mon Sep 17 00:00:00 2001 From: Oliver Rice Date: Mon, 16 Sep 2024 16:07:41 -0500 Subject: [PATCH 1/2] update pgsql_http to 1.6.0 for pg16 support --- nix/ext/pgsql-http.nix | 4 ++-- nix/tests/expected/extensions_sql_interface.out | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/nix/ext/pgsql-http.nix b/nix/ext/pgsql-http.nix index 13da06fa3..2edaa9d53 100644 --- a/nix/ext/pgsql-http.nix +++ b/nix/ext/pgsql-http.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "pgsql-http"; - version = "1.5.0"; + version = "1.6.0"; buildInputs = [ curl postgresql ]; @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { owner = "pramsey"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-+N/CXm4arRgvhglanfvO0FNOBUWV5RL8mn/9FpNvcjY="; + hash = "sha256-CPHfx7vhWfxkXsoKTzyFuTt47BPMvzi/pi1leGcuD60="; }; installPhase = '' diff --git a/nix/tests/expected/extensions_sql_interface.out b/nix/tests/expected/extensions_sql_interface.out index 91c17e768..5862a923d 100644 --- a/nix/tests/expected/extensions_sql_interface.out +++ b/nix/tests/expected/extensions_sql_interface.out @@ -656,6 +656,7 @@ order by hstore | public | slice_array | hstore, text[] | text[] hstore | public | svals | hstore | SETOF text hstore | public | tconvert | text, text | hstore + http | public | bytea_to_text | data bytea | text http | public | http | request http_request | http_response http | public | http_delete | uri character varying | http_response http | public | http_delete | uri character varying, content character varying, content_type character varying | http_response @@ -670,6 +671,7 @@ order by http | public | http_put | uri character varying, content character varying, content_type character varying | http_response http | public | http_reset_curlopt | | boolean http | public | http_set_curlopt | curlopt character varying, value character varying | boolean + http | public | text_to_bytea | data text | bytea http | public | urlencode | data jsonb | text http | public | urlencode | string bytea | text http | public | urlencode | string character varying | text From 2e6d4df1d08aecd533580eac24cda8a9a1615fd1 Mon Sep 17 00:00:00 2001 From: Oliver Rice Date: Wed, 18 Sep 2024 13:07:14 -0500 Subject: [PATCH 2/2] update test output --- nix/tests/expected/extensions_sql_interface.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/tests/expected/extensions_sql_interface.out b/nix/tests/expected/extensions_sql_interface.out index 5862a923d..bc544ab83 100644 --- a/nix/tests/expected/extensions_sql_interface.out +++ b/nix/tests/expected/extensions_sql_interface.out @@ -5108,7 +5108,7 @@ order by xml2 | public | xpath_table | text, text, text, text, text | SETOF record xml2 | public | xslt_process | text, text | text xml2 | public | xslt_process | text, text, text | text -(4955 rows) +(4957 rows) /*