mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 02:02:55 +03:00
Consistently spell "leakproof" without a hyphen.
The overwhelming majority of places already did this, but a small handful of places had a hyphen. Yugo Nagata. Discussion: https://postgr.es/m/CAEZATCXnnuORE2BoGwHw2zbtVvsPOLhbfVmEk9GxRzK%2Bx3OW-Q%40mail.gmail.com
This commit is contained in:
@@ -1397,7 +1397,7 @@ statext_is_compatible_clause_internal(PlannerInfo *root, Node *clause,
|
||||
/*
|
||||
* If there are any securityQuals on the RTE from security barrier
|
||||
* views or RLS policies, then the user may not have access to all the
|
||||
* table's data, and we must check that the operator is leak-proof.
|
||||
* table's data, and we must check that the operator is leakproof.
|
||||
*
|
||||
* If the operator is leaky, then we must ignore this clause for the
|
||||
* purposes of estimating with MCV lists, otherwise the operator might
|
||||
@@ -1464,7 +1464,7 @@ statext_is_compatible_clause_internal(PlannerInfo *root, Node *clause,
|
||||
/*
|
||||
* If there are any securityQuals on the RTE from security barrier
|
||||
* views or RLS policies, then the user may not have access to all the
|
||||
* table's data, and we must check that the operator is leak-proof.
|
||||
* table's data, and we must check that the operator is leakproof.
|
||||
*
|
||||
* If the operator is leaky, then we must ignore this clause for the
|
||||
* purposes of estimating with MCV lists, otherwise the operator might
|
||||
|
||||
Reference in New Issue
Block a user