PostgreSQL on focal and llvm version

From: Christoph Berg <myon(at)debian(dot)org>
To: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org>, Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL in Debian <pgsql-pkg-debian(at)postgresql(dot)org>
Subject: PostgreSQL on focal and llvm version
Date: 2022-03-31 14:01:27
Message-ID: YkW0Nz4xcjG/PvF3@msg.df7cb.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-pkg-debian

Re: hubert depesz lubaczewski
> Soo... plot thickens.
>
> Looks that pg 12 supplied by pgdg required libllvm9:
>
> =$ apt-cache show postgresql-12 | grep -E '^(Package|Version|Depends):'
> Package: postgresql-12
> Version: 12.9-2.pgdg20.04+1
> Depends: ..., libllvm9 (>= 1:9~svn298832-1~), ...
>
> Package: postgresql-12
> Version: 12.9-0ubuntu0.20.04.1
> Depends: ..., libllvm10 (>= 1:9~svn298832-1~), ...
>
> Package: postgresql-12
> Version: 12.2-4
> Depends: ..., libllvm10 (>= 1:9~svn298832-1~), ...
>
>
> Newer pg12 (12.10) from pgdg also depends on llvm9. Perhaps changing the deb to
> use/depend-on llvm10 would solve the problem, for now I'm not sure how to do
> it. Reached to Christoph about it.

Thanks for spotting that. The problem turned out me being not smart
enough to determine the newest llvm version installed; the
not-quite-correct Makefile code failed on "9" < "10".

I have now fixed that problem. Updated postgresql-{11,12,13,14}
packages using libllvm10 instead of libllvm9 are available in
focal-pgdg-testing.

Since this is potentially a breaking change, I'll not push these live
immediately but will give people a chance to test these until next
week.

Christoph

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marc 2022-03-31 16:58:00 Re: PG12: Any drawback of increasing wal_keep_segments
Previous Message Tomas Pospisek 2022-03-30 16:19:59 Re: Reg: User creation script/List of privileges

Browse pgsql-pkg-debian by date

  From Date Subject
Next Message apt.postgresql.org Repository Update 2022-04-04 12:06:01 pgbouncer updated to version 1.17.0-1.pgdg+1
Previous Message apt.postgresql.org Repository Update 2022-03-29 13:35:48 pgbackrest updated to version 2.38-1.pgdg+1