pgsql: Doc: fix misstatement in v13 release notes.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix misstatement in v13 release notes.
Date: 2020-09-15 14:58:43
Message-ID: E1kICPr-0004nQ-8C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: fix misstatement in v13 release notes.

Parallel vacuuming isn't restricted to b-tree indexes.
Noted by Peter Eisentraut.

Discussion: https://postgr.es/m/f1c43223-3987-a23f-2063-18fd0aa4f0d4@2ndquadrant.com

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/001d2c5f15bf8d554a7fe28af033d82c24de4e44

Modified Files
--------------
doc/src/sgml/release-13.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-09-15 18:29:57 pgsql: Doc: improve release notes' info about FROM UNPACKAGED feature r
Previous Message David Rowley 2020-09-15 11:45:11 pgsql: Allow incremental sorts for windowing functions