View previous topic :: View next topic |
Author |
Message |
nagmat84 Apprentice
Joined: 27 Mar 2007 Posts: 260
|
Posted: Sat May 18, 2024 9:29 am Post subject: [SOLVED] Which ebuild uses POSTGRES_TARGETS? |
|
|
I audited emerge --info and I came across the use expand variable POSTGRES_TARGETS which I haven't been aware of. It caught my eye, because my system exclusively uses PostgreSQL 16, but that variable was set to POSTGRES_TARGETS="postgres15". The variable seems to be defined in /var/db/repos/gentoo/profiles/base/make.defaults, but as far as I can tell there is no ebuild nor anything else which actually uses it. Am I right? Did I miss something?
I don't mind to leave that variable alone and ignore it, if it actually has no purposeful meaning. It only surprised me to find that variable.
Last edited by nagmat84 on Sat May 18, 2024 10:22 am; edited 1 time in total |
|
Back to top |
|
|
Josef.95 Advocate
Joined: 03 Sep 2007 Posts: 4668 Location: Germany
|
Posted: Sat May 18, 2024 9:56 am Post subject: |
|
|
I found this: Code: | $ eix -cU postgres_targets_postgres*
[N] dev-db/citus ((~)12.1.3): Open-source postgresql extension for clustering/multi-node setups
[N] dev-db/pglogical ((~)2.4.4): Logical replication for PostgreSQL
[N] dev-db/pgmodeler ((~)0.9.4): PostgreSQL Database Modeler
[N] dev-db/pgpool2 ((~)4.4.5): Connection pool server for PostgreSQL
[N] dev-db/pgrouting (3.6.1): pgRouting extends PostGIS and PostgreSQL with geospatial routing functionality
[N] dev-db/pgtap (1.3.1): Unit testing for PostgreSQL
[N] dev-db/plr ((~)8.4.6): R language extension for postgresql database
[N] dev-db/postgis ((~)3.4.1): Geographic Objects for PostgreSQL
[N] dev-db/slony1 (2.2.10-r1): A replication system for the PostgreSQL Database Management System
[N] dev-db/timescaledb ((~)2.15.0): Open-source time-series SQL database
[N] dev-python/pygresql (6.0.1): A Python interface for the PostgreSQL database
[N] www-servers/uwsgi (2.0.23): uWSGI server for Python web applications
Found 12 matches |
Code: | $ eix dev-db/citus
* dev-db/citus
Available versions: (~)11.3.1^t (~)12.0.1^t (~)12.1.2^t (~)12.1.3^t {POSTGRES_TARGETS="postgres13 postgres14 postgres15 postgres16"}
Homepage: https://www.citusdata.com/
Description: Open-source postgresql extension for clustering/multi-node setups |
|
|
Back to top |
|
|
nagmat84 Apprentice
Joined: 27 Mar 2007 Posts: 260
|
Posted: Sat May 18, 2024 10:22 am Post subject: |
|
|
Sorry, my fault. I run equery hasuse, but forgot to include the "-p" flag. Hence, I only analyzed installed packages. |
|
Back to top |
|
|
|