reformatting and cleaning repo

This commit is contained in:
Jean-François GUILLAUME 2025-02-10 13:12:59 +01:00
parent 263fc568f0
commit dd9a55f327
42 changed files with 10407 additions and 11840 deletions

View file

@ -29,22 +29,21 @@
("pkg-config" ,pkg-config)
,@(package-inputs gnu:postgresql-15)))))
; not yet public as the checks fails on jsonb_jsonpath
(define postgresql-17
(package
(inherit postgresql-16)
(name "postgresql")
(version "17.0")
(source (origin
(method url-fetch)
(uri (string-append "https://ftp.postgresql.org/pub/source/v" version "/postgresql-" version ".tar.bz2"))
(sha256 (base32 "1ph9j60nxwcslpdji4q0snc3932bn8xrpbfvi0jvdmpxq0qn29vy"))))
(inputs `(("icu4c" ,icu4c)
("pkg-config" ,pkg-config)
("bison" ,bison)
("flex" ,flex)
("json-c" ,json-c)
,@(package-inputs postgresql-16)))))
(package
(inherit postgresql-16)
(name "postgresql")
(version "17.0")
(source (origin
(method url-fetch)
(uri (string-append "https://ftp.postgresql.org/pub/source/v" version "/postgresql-" version ".tar.bz2"))
(sha256 (base32 "1ph9j60nxwcslpdji4q0snc3932bn8xrpbfvi0jvdmpxq0qn29vy"))))
(inputs `(("icu4c" ,icu4c)
("pkg-config" ,pkg-config)
("bison" ,bison)
("flex" ,flex)
("json-c" ,json-c)
,@(package-inputs postgresql-16)))))
(define-public timescaledb
(package