Remove libpq from module
This commit is contained in:
parent
17667a0a3e
commit
f9d43e0316
1 changed files with 3 additions and 12 deletions
|
|
@ -25,30 +25,21 @@ data:
|
|||
profiles:
|
||||
server:
|
||||
rpms:
|
||||
- libpq
|
||||
- postgresql-server
|
||||
client:
|
||||
rpms:
|
||||
- libpq
|
||||
- postgresql
|
||||
libpq:
|
||||
rpms:
|
||||
- libpq
|
||||
filter: {}
|
||||
components:
|
||||
rpms:
|
||||
libpq:
|
||||
rationale: libpq library components
|
||||
ref: stream-postgresql-12
|
||||
buildorder: 0
|
||||
postgresql:
|
||||
rationale: main server/client components
|
||||
ref: stream-postgresql-12
|
||||
buildorder: 1
|
||||
buildorder: 0
|
||||
pgaudit:
|
||||
rationale: pgaudit postgresql extension
|
||||
ref: stream-postgresql-12
|
||||
buildorder: 2
|
||||
buildorder: 1
|
||||
# # https://github.com/timescale/timescaledb/pull/1525
|
||||
# timescaledb:
|
||||
# rationale: timescaledb postgresql extension
|
||||
|
|
@ -58,4 +49,4 @@ data:
|
|||
postgres-decoderbufs:
|
||||
rationale: postgres-decoderbufs postgresql extension
|
||||
ref: stream-postgresql-12
|
||||
buildorder: 2
|
||||
buildorder: 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue