Re: pg_stat_progress_basebackup - progress reporting for pg_basebackup, in the server side
Fujii Masao <masao.fujii@oss.nttdata.com>
From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: "Shinoda, Noriyoshi (PN Japan A&PS Delivery)"
<noriyoshi.shinoda@hpe.com>, Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Cc: "amitlangote09@gmail.com" <amitlangote09@gmail.com>,
"masahiko.sawada@2ndquadrant.com" <masahiko.sawada@2ndquadrant.com>,
"pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2020-03-03T06:03:35Z
Lists: pgsql-hackers
On 2020/03/03 14:37, Shinoda, Noriyoshi (PN Japan A&PS Delivery) wrote: > Hi, > > Thank you for developing good features. > The attached patch is a small fix to the committed documentation. This patch fixes the description literal for the backup_streamed column. Thanks for the report and patch! Pushed. Regards, -- Fujii Masao NTT DATA CORPORATION Advanced Platform Technology Group Research and Development Headquarters
Commits
-
Report NULL as total backup size if it's not estimated.
- 67e0adfb3f98 13.0 landed
-
Make pg_basebackup ask the server to estimate the total backup size, by default.
- fab13dc50ba5 13.0 landed
-
Report progress of streaming base backup.
- e65497df8f85 13.0 landed