From: | Sebastian Webber <sebastian(at)swebber(dot)me> |
---|---|
To: | Bradford Boyle <bradford(dot)d(dot)boyle(at)gmail(dot)com> |
Cc: | pgsql-pkg-debian(at)lists(dot)postgresql(dot)org |
Subject: | Re: updated extensions for postgres 18 |
Date: | 2025-10-08 02:10:22 |
Message-ID: | CACV2tSw+psQQ_5c_T+n7gKSkfDyNpDLeosA5QFQNAd6FTiV2og@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-pkg-debian |
Hey Bradford, sorry for the delay!
Em sex., 26 de set. de 2025 às 01:41, Bradford Boyle <
bradford(dot)d(dot)boyle(at)gmail(dot)com> escreveu:
> Hi Sebastian,
>
> It looks like all of these have packaging repos on salsa.debian.org:
>
> * https://salsa.debian.org/postgresql/pg-qualstats
> * https://salsa.debian.org/postgresql/pglogical
> * https://salsa.debian.org/postgresql/pgaudit
> * https://salsa.debian.org/postgresql/postgresql-hll
> * https://salsa.debian.org/postgresql/pldebugger
> * https://salsa.debian.org/postgresql/omnidb-plpgsql-debugger
i'm looking for the packages built for postgres 18, like:
- postgresql-18-pg-qualstats
- postgresql-18-pglogical
- postgresql-18-pgaudit
- postgresql-18-hll
- postgresql-18-pldebugger
please see that the packages are available for pg 17 but not 18:
root(at)22b5ad83b91e:/# export pg=18
> apt install \
> postgresql-${pg}-pg-qualstats \
> postgresql-${pg}-pglogical \
> postgresql-${pg}-pgaudit \
> postgresql-${pg}-hll \
> postgresql-${pg}-pldebugger
> Reading package lists... Done
> Building dependency tree... Done
> Reading state information... Done
> E: Unable to locate package postgresql-18-pglogical
> E: Unable to locate package postgresql-18-hll
> E: Unable to locate package postgresql-18-pldebugger
> root(at)22b5ad83b91e:/# export pg=17
> apt install \
> postgresql-${pg}-pg-qualstats \
> postgresql-${pg}-pglogical \
> postgresql-${pg}-pgaudit \
> postgresql-${pg}-hll \
> postgresql-${pg}-pldebugger
> Reading package lists... Done
> Building dependency tree... Done
> Reading state information... Done
> The following additional packages will be installed:
> libbsd0 libedit2 libicu70 libllvm15 libmd0 libpq5 libsensors-config
> libsensors5 libxml2 libxslt1.1 locales postgresql-17 postgresql-client-17
> postgresql-client-common postgresql-common
> sysstat tzdata xz-utils
> Suggested packages:
> libpq-oauth lm-sensors pgadmin3 | pgadmin4 postgresql-doc-17 isag
> The following NEW packages will be installed:
> libbsd0 libedit2 libicu70 libllvm15 libmd0 libpq5 libsensors-config
> libsensors5 libxml2 libxslt1.1 locales postgresql-17 postgresql-17-hll
> postgresql-17-pg-qualstats postgresql-17-pgaudit
> postgresql-17-pglogical postgresql-17-pldebugger postgresql-client-17
> sysstat tzdata xz-utils
> The following packages will be upgraded:
> postgresql-client-common postgresql-common
> 2 upgraded, 21 newly installed, 0 to remove and 4 not upgraded.
> Need to get 64.3 MB of archives.
> After this operation, 254 MB of additional disk space will be used.
> Do you want to continue? [Y/n]
Also noticed that some of them are missing tags, like hll that misses a tag
with the pg18 support (issue:
https://github.com/citusdata/postgresql-hll/issues/169)
any change to build these packages?
--
Sebastian Webber
From | Date | Subject | |
---|---|---|---|
Next Message | Christoph Berg | 2025-10-09 13:06:18 | Re: updated extensions for postgres 18 |
Previous Message | Christoph Berg | 2025-10-07 16:22:17 | Re: missing apt postgresql-18-pgauditlogtofile |