Skip to content

Commit 81a7483

Browse files
committed
chore: remove unnecessary comment
1 parent 62d92a0 commit 81a7483

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

nix/tests/expected/pgbouncer.out

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ order by
3434
(1 row)
3535

3636
-- Tests role privileges on the pgbouncer objects
37-
-- INSERT and UPDATE privileges should not be present on the pgbouncer tables for postgres and service_role, only SELECT and DELETE
3837
WITH schema_obj AS (
3938
SELECT oid, nspname
4039
FROM pg_namespace

nix/tests/sql/pgbouncer.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ order by
2626
p.proname;
2727

2828
-- Tests role privileges on the pgbouncer objects
29-
-- INSERT and UPDATE privileges should not be present on the pgbouncer tables for postgres and service_role, only SELECT and DELETE
3029
WITH schema_obj AS (
3130
SELECT oid, nspname
3231
FROM pg_namespace

0 commit comments

Comments
 (0)