Re: BUG #16931: source code problem about commit_ts - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: BUG #16931: source code problem about commit_ts
Date
Msg-id 20210409224241.GA32072@alvherre.pgsql
Whole thread Raw
In response to Re: BUG #16931: source code problem about commit_ts  (Fujii Masao <masao.fujii@oss.nttdata.com>)
Responses Re: BUG #16931: source code problem about commit_ts  (Fujii Masao <masao.fujii@oss.nttdata.com>)
List pgsql-bugs
On 2021-Mar-24, Fujii Masao wrote:

> diff --git a/src/backend/access/rmgrdesc/committsdesc.c b/src/backend/access/rmgrdesc/committsdesc.c
> index 7ebd3d35ef..26bad44b96 100644
> --- a/src/backend/access/rmgrdesc/committsdesc.c
> +++ b/src/backend/access/rmgrdesc/committsdesc.c
> @@ -38,31 +38,6 @@ commit_ts_desc(StringInfo buf, XLogReaderState *record)
>          appendStringInfo(buf, "pageno %d, oldestXid %u",
>                           trunc->pageno, trunc->oldestXid);
>      }
> -    else if (info == COMMIT_TS_SETTS)

You have not pushed this one, right?  I think we should do it now.

Thanks

-- 
Álvaro Herrera                            39°49'30"S 73°17'W



pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #16958: "Invalid reference to FROM-clause entry for table" when qualifying columns in "on conflict .. where"
Next
From: Pantelis Theodosiou
Date:
Subject: Re: BUG #16958: "Invalid reference to FROM-clause entry for table" when qualifying columns in "on conflict .. where"