pgsql: Fix typo in v10 release notes

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo in v10 release notes
Date: 2017-07-13 22:17:31
Message-ID: E1dVmQN-0007gi-UD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2036f71b751152e443beecfdd8bffbb4e17447c2

Modified Files
--------------
doc/src/sgml/release-10.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-07-13 23:25:20 pgsql: Fix dumping of FUNCTION RTEs that contain non-function-call expr
Previous Message Heikki Linnakangas 2017-07-13 12:49:51 pgsql: Fix race between GetNewTransactionId and GetOldestActiveTransact