From 7514208fbb29f62511c77d2ce4f9ec0608487426 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 24 Aug 2012 22:36:24 -0400 Subject: [PATCH] Some spelling adjustments in release notes --- doc/src/sgml/release-9.2.sgml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml index f097a274c5..7a279f04d0 100644 --- a/doc/src/sgml/release-9.2.sgml +++ b/doc/src/sgml/release-9.2.sgml @@ -750,7 +750,7 @@ The new parameterized path mechanism allows inner - indexscans to use values from relations that are more than one join + index scans to use values from relations that are more than one join level up from the scan. This can greatly improve performance in situations where semantic restrictions (such as outer joins) limit the allowed join orderings. @@ -785,7 +785,7 @@ Allow indexed_col op ANY(ARRAY[...]) conditions to be - used in plain indexscans and index-only scans (Tom Lane) + used in plain index scans and index-only scans (Tom Lane) @@ -796,14 +796,14 @@ Support MIN/MAX index optimizations on - boolean columns (Marti Raudsepp) + boolean columns (Marti Raudsepp) Account for set-returning functions in SELECT target - lists when setting rowcount estimates (Tom Lane) + lists when setting row count estimates (Tom Lane) @@ -956,12 +956,12 @@ - Support configurable eventlog application names on Windows + Support configurable event log application names on Windows (MauMau, Magnus Hagander) - This allows different instances to use the eventlog + This allows different instances to use the event log with different identifiers, by setting the event_source server parameter, which is similar to how - Retain column names at runtime for row expressions + Retain column names at run time for row expressions (Andrew Dunstan, Tom Lane) @@ -2876,7 +2876,7 @@ - Add a userspace access cache to sepgsql to improve performance + Add a user space access cache to sepgsql to improve performance (KaiGai Kohei) -- 2.40.0