From: Alvaro Herrera Date: Thu, 13 Jul 2017 22:14:01 +0000 (-0400) Subject: Fix typo in v10 release notes X-Git-Tag: XL_10_R1BETA1~175^2~162 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=2036f71b751152e443beecfdd8bffbb4e17447c2;p=postgres-xl.git Fix typo in v10 release notes The new functions return a list of files in the corresponding directory, not the name of the directory itself. Pointed out by Gianni Ciolli. --- diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml index debaa80099..5df4a2716b 100644 --- a/doc/src/sgml/release-10.sgml +++ b/doc/src/sgml/release-10.sgml @@ -974,7 +974,7 @@ --> Add functions to return the log and WAL directory - names (Dave Page) + contents (Dave Page)