mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Pre-beta mechanical code beautification.
Run pgindent, pgperltidy, and reformat-dat-files. I manually fixed a couple of comments that pgindent uglified.
This commit is contained in:
@ -1533,7 +1533,10 @@ pg_stat_statements_internal(FunctionCallInfo fcinfo,
|
||||
HASH_SEQ_STATUS hash_seq;
|
||||
pgssEntry *entry;
|
||||
|
||||
/* Superusers or roles with the privileges of pg_read_all_stats members are allowed */
|
||||
/*
|
||||
* Superusers or roles with the privileges of pg_read_all_stats members
|
||||
* are allowed
|
||||
*/
|
||||
is_allowed_role = has_privs_of_role(userid, ROLE_PG_READ_ALL_STATS);
|
||||
|
||||
/* hash table must exist already */
|
||||
|
Reference in New Issue
Block a user