mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Re-pgindent a few files.
Just because I'm a neatnik, and I'm currently working on code in this area. It annoys me to not be able to pgindent my patches without working around unrelated changes.
This commit is contained in:
@ -5416,7 +5416,7 @@ examine_simple_variable(PlannerInfo *root, Var *var,
|
||||
* onerel->userid if it's set, in case we're accessing the table
|
||||
* via a view.
|
||||
*/
|
||||
userid = OidIsValid(onerel->userid) ? onerel->userid : GetUserId();
|
||||
userid = OidIsValid(onerel->userid) ? onerel->userid : GetUserId();
|
||||
|
||||
vardata->acl_ok =
|
||||
rte->securityQuals == NIL &&
|
||||
|
Reference in New Issue
Block a user