mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
doc: Improve hyphenation consistency
This commit is contained in:
@@ -2141,7 +2141,7 @@ set_subquery_pathlist(PlannerInfo *root, RelOptInfo *rel,
|
||||
|
||||
/*
|
||||
* If the subquery has the "security_barrier" flag, it means the subquery
|
||||
* originated from a view that must enforce row level security. Then we
|
||||
* originated from a view that must enforce row-level security. Then we
|
||||
* must not push down quals that contain leaky functions. (Ideally this
|
||||
* would be checked inside subquery_is_pushdown_safe, but since we don't
|
||||
* currently pass the RTE to that function, we must do it here.)
|
||||
|
Reference in New Issue
Block a user