Skip to content

support privileges for routines and sequences#2384

Draft
jennifersp wants to merge 1 commit intomainfrom
jennifer/privileges
Draft

support privileges for routines and sequences#2384
jennifersp wants to merge 1 commit intomainfrom
jennifer/privileges

Conversation

@jennifersp
Copy link
Contributor

@jennifersp jennifersp commented Feb 26, 2026

@github-actions
Copy link
Contributor

Main PR
covering_index_scan_postgres 559.52/s ${\color{red}DNF}$
index_join_postgres 121.76/s ${\color{red}DNF}$
index_join_scan_postgres 176.22/s ${\color{red}DNF}$
index_scan_postgres 11.27/s ${\color{red}DNF}$
oltp_point_select 2287.00/s ${\color{red}DNF}$
oltp_read_only 1670.36/s ${\color{red}DNF}$
select_random_points 109.69/s ${\color{red}DNF}$
select_random_ranges 432.52/s ${\color{red}DNF}$
table_scan_postgres 10.97/s ${\color{red}DNF}$
types_table_scan_postgres 5.06/s ${\color{red}DNF}$

@github-actions
Copy link
Contributor

Main PR
Total 42090 42090
Successful 17648 17655
Failures 24442 24435
Partial Successes1 5575 5575
Main PR
Successful 41.9292% 41.9458%
Failures 58.0708% 58.0542%

${\color{red}Regressions (1)}$

limit

QUERY:          select unique1, unique2, generate_series(1,10)
  from tenk1 order by tenthous limit 7;
RECEIVED ERROR: expected row count 7 but received 70

${\color{lightgreen}Progressions (8)}$

create_operator

QUERY: REVOKE EXECUTE ON FUNCTION fn_op5(int8, int8) FROM regress_rol_op5;
QUERY: REVOKE EXECUTE ON FUNCTION fn_op5(int8, int8) FROM PUBLIC;

create_procedure

QUERY: REVOKE EXECUTE ON PROCEDURE ptest1(text) FROM PUBLIC;
QUERY: GRANT EXECUTE ON PROCEDURE ptest1(text) TO regress_cp_user1;

generated

QUERY: REVOKE ALL ON FUNCTION gf1(int) FROM PUBLIC;

misc_functions

QUERY: GRANT EXECUTE ON FUNCTION pg_log_backend_memory_contexts(integer)
  TO regress_log_memory;
QUERY: REVOKE EXECUTE ON FUNCTION pg_log_backend_memory_contexts(integer)
  FROM regress_log_memory;

rowsecurity

QUERY: GRANT EXECUTE ON FUNCTION f_leak(text) TO public;

Footnotes

  1. These are tests that we're marking as Successful, however they do not match the expected output in some way. This is due to small differences, such as different wording on the error messages, or the column names being incorrect while the data itself is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant