Re: other missing RPMs? (Re: pg_repack12)

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Devrim Gündüz <devrim(at)gunduz(dot)org>
Cc: pgsql-pkg-yum(at)postgresql(dot)org
Subject: Re: other missing RPMs? (Re: pg_repack12)
Date: 2021-11-10 22:54:24
Message-ID: 20211110225424.GE17618@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum

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 (?)

--
Justin

In response to

Responses

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Laurenz Albe 2021-11-11 02:58:33 Re: PostgreSQL 14 debuginfo repository
Previous Message Matti Linnanvuori 2021-11-09 11:51:21 LLVM update conflict on Red Hat Enterprise Linux 8