Re: other missing RPMs? (Re: pg_repack12)

Поиск
Список
Период
Сортировка
От Devrim Gündüz
Тема Re: other missing RPMs? (Re: pg_repack12)
Дата
Msg-id ba4e32de2880822a5f22064752450a517d780303.camel@gunduz.org
обсуждение исходный текст
Ответ на Re: other missing RPMs? (Re: pg_repack12)  (Justin Pryzby <pryzby@telsasoft.com>)
Ответы Re: other missing RPMs? (Re: pg_repack12)  (Nicolas Thauvin <nicolas.thauvin@dalibo.com>)
Список pgsql-pkg-yum
Hi Justin,

Per
https://wiki.postgresql.org/index.php?title=PostgreSQL_14_Extension_Bugs

some of these cannot be built against PostgreSQL 14, so I skipped them.
There are a few more issues like slony1 (no info about PG 14
compatibility), and PyGreSQL (definitely my mistake), etc. Fixed some
of them, will fix the rest this week.

Regards, Devrim

On Wed, 2021-11-10 at 16:54 -0600, Justin Pryzby wrote:
> I reran this thing to compare pg14 to pg13:
>
> for a in 13 14; do for b in 8 7; do wget --no-check-certificate
> https://yum.postgresql.org/$a/redhat/rhel-$b-x86_64/ -O- |sed
> 's,</.*,,; s,<[^>]*>, ,g; s/-.*//; s/^ *//; s/_14$/13/; s/14/13/' |sort
> -u >$a-$b.dat; done; done
>
> These are build for v14/RH8 but not v14/RH7:
>
> -pgexporter_ext_14
> -pllua_14
> -postgres
>
> These are built for pg13/RH7 but not pg14/RH7:
>
> jsquery
> pg_pathman
> pgpool
> pg_sampletolog
> pg_squeeze13
> pgstats
> pguint13
> pljava
> pllua
> PyGreSQL
> redis_fdw
> slony1
> sqlite_fdw
>
> Also, I found the .rpm file for postgresql14-debuginfo, but it seems
> like it's
> not found via the centos7 repo (?)
>

--
Devrim Gündüz
Open Source Solution Architect, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

Вложения

В списке pgsql-pkg-yum по дате отправления:

Предыдущее
От: Devrim Gündüz
Дата:
Сообщение: Re: other missing RPMs? (Re: pg_repack12)
Следующее
От: Stefan Midjich
Дата:
Сообщение: When will pgpool 4.1.5 be available in pgdg 11 for rhel7?