From: | Daniel Gustafsson <dgustafsson(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix pg_amcheck --skip option parameter handling |
Date: | 2021-08-18 09:28:45 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Fix pg_amcheck --skip option parameter handling
The skip options set for all-visible and all-frozen were incorrect
as they used space rather than hyphen, causing a syntax error when
invoked. Also, the option for not skipping any pages at all, none,
was documented but not implemented.
Backpatch through 14 where pg_amcheck was introduced.
Bug: #17149
Reported-by: Chen Jiaoqian <chenjq(dot)jy(at)fujitsu(dot)com>
Reviewed-by: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 14
Branch
------
master
Modified Files
--------------
src/bin/pg_amcheck/pg_amcheck.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Gustafsson | 2021-08-18 09:28:53 | pgsql: Fix pg_amcheck --skip option parameter handling |
Previous Message | Amit Kapila | 2021-08-18 05:54:01 | Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o |