From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com> |
Cc: | zoulx1982(at)163(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org |
Subject: | Re: BUG #16931: source code problem about commit_ts |
Date: | 2021-04-09 22:42:41 |
Message-ID: | 20210409224241.GA32072@alvherre.pgsql |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Pantelis Theodosiou | 2021-04-10 07:57:09 | Re: BUG #16958: "Invalid reference to FROM-clause entry for table" when qualifying columns in "on conflict .. where" |
Previous Message | PG Bug reporting form | 2021-04-09 21:31:48 | BUG #16958: "Invalid reference to FROM-clause entry for table" when qualifying columns in "on conflict .. where" |