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: 2020-09-25 16:56:28
Message-ID: 20200925165628.GP23631@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum

On Sun, Nov 17, 2019 at 10:39:26AM -0600, Justin Pryzby wrote:
> On Sun, Nov 17, 2019 at 12:11:20AM +0000, Devrim Gündüz wrote:
> > On Fri, 2019-11-15 at 10:01 -0600, Justin Pryzby wrote:
> > > Shouldn't this be built for RH6?
> > > https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-6-x86_64/
>
> I checked what other packages were available for PG12 RH6 vs RH7.
> Are these all deliberate?
>
> for a in 11 12; do for b in 6 7; do wget https://yum.postgresql.org/$a/redhat/rhel-$b-x86_64/ -O- |sed 's,</.*,,; s,<[^>]*>, ,g; s/-.*//; s/^ *//; s/11$/12/' |sort -u >$a-$b.dat; done; done
> diff 12-6.dat 12-7.dat |grep -Ev '^[,[:xdigit:]]*$|^[<>] (python|proj|postgis|lib|pam|geos|gdal)' # or,
> git diff --no-index 12-6.dat 12-7.dat

I reran this to compare pg13 vs pg12.

Available for v12 / c7 but not v12 / c8:
-pgagent_12
-repoview

Available for v12 / c7 but not v13 / c7:
-citus_13
-cstore_fdw_12
-extra_window_functions_13
-hll_13
-libpqxx
-multicorn12
-osm2pgrouting_12
-osm_fdw12
-pagila12
-passwordcheck_cracklib13
-pgagent_13
-pgauditlogtofile
-pg_bulkload13
-pg_comparator13
-pg_cron_13
-pgdg
-pg_filedump13
-pglogical_13
-pg_pathman13
-pgpool
-pg_repack12
-pg_squeeze12
-pgtap12
-pg_top12
-pg_wait_sampling_12
-pljava
-postgresql_anonymizer12
-powa_12
-repmgr12
-sqlite_fdw12
-sslutils_12
-tds_fdw12
-topn_12
-wal2mongo12

That appears to be approximately the same as:
c8 v12 vs v13

In response to

Responses

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Devrim Gündüz 2020-09-25 17:20:07 Re: other missing RPMs? (Re: pg_repack12)
Previous Message Justin Pryzby 2020-09-25 16:30:13 Re: libpqxx-devel for pg12 on c7 (was: Re: cannot install postgis30 / rhel7)