From 1596e0aa7dcfefa869eba720d3137154c29d97ed Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 20 Nov 2024 22:14:50 +0100 Subject: [PATCH] OWNERS: add postgres team to own cargo-pgrx This is exclusively used to built PostgreSQL extensions. --- ci/OWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/OWNERS b/ci/OWNERS index 9795b76eef46..8e0f5baeb993 100644 --- a/ci/OWNERS +++ b/ci/OWNERS @@ -241,6 +241,7 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt # PostgreSQL and related stuff /pkgs/servers/sql/postgresql @NixOS/postgres +/pkgs/development/tools/rust/cargo-pgrx @NixOS/postgres /nixos/modules/services/databases/postgresql.md @NixOS/postgres /nixos/modules/services/databases/postgresql.nix @NixOS/postgres /nixos/tests/postgresql @NixOS/postgres