File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 159
159
</para>
160
160
</listitem>
161
161
162
+ <listitem>
163
+ <para>
164
+ Check the appropriate user's permissions when enforcing rules about
165
+ letting a leaky operator see <structname>pg_statistic</structname>
166
+ data (Dean Rasheed)
167
+ </para>
168
+
169
+ <para>
170
+ When an underlying table is being accessed via a view, consider the
171
+ privileges of the view owner while deciding whether leaky operators
172
+ may be applied to the table's statistics data, rather than the
173
+ privileges of the user making the query. This makes the planner's
174
+ rules about what data is visible match up with the executor's,
175
+ avoiding unnecessarily-poor plans.
176
+ </para>
177
+ </listitem>
178
+
162
179
<listitem>
163
180
<para>
164
181
Avoid O(N^2) performance issue when rolling back a transaction that
You can’t perform that action at this time.
0 commit comments