pgsql: Fix reference to wrong view in release notes

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix reference to wrong view in release notes
Date: 2020-06-06 13:53:51
Message-ID: E1jhZGh-0000fE-6J@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix reference to wrong view in release notes

The estimate of total backup size effects the view
pg_stat_progress_basebackup, not pg_stat_progress_analyze.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6e2f11b631b712d691aecdbbcaa7a75b391c1e98

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-06-06 18:01:37 pgsql: Add missing source files to nls.mk
Previous Message Noah Misch 2020-06-06 03:12:50 pgsql: Refresh function name in CRC-associated Valgrind suppressions.