-
-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Description
Problem
The nix/tests/expected/z_15_ext_interface.out
is too big and doesn't preview on github. This hurts collaboration as one has to search the raw file when reviewing its changes.
- file preview doesn't work: https://github.com/supabase/postgres/blob/9bdefbcb7cc00b0692562c889b6c7d625120bd66/nix/tests/expected/z_15_ext_interface.out#L4754-L4755
- snippet preview doesn't work: https://github.com/supabase/postgres/blob/9bdefbcb7cc00b0692562c889b6c7d625120bd66/nix/tests/expected/z_15_ext_interface.out#L4754-L4755
roles.out for example does work in previews:
postgres/nix/tests/expected/roles.out
Lines 17 to 23 in 67fb756
rolname | rolcreaterole | rolcanlogin | rolsuper | rolinherit | rolcreatedb | rolreplication | rolconnlimit | rolbypassrls | rolvaliduntil | |
----------------------------+---------------+-------------+----------+------------+-------------+----------------+--------------+--------------+--------------- | |
anon | f | f | f | t | f | f | -1 | f | | |
authenticated | f | f | f | t | f | f | -1 | f | | |
authenticator | f | t | f | f | f | f | -1 | f | | |
dashboard_user | t | f | f | t | t | t | -1 | f | | |
pg_checkpoint | f | f | f | t | f | f | -1 | f | |
Solution
Split z_15_ext_interface.out
into other files. It tests functions signatures of extensions like postgis
, vault
, etc. Those can go into their own files. We already have postgis.out
for example.
Metadata
Metadata
Assignees
Labels
No labels