| From: | Ranier Vilela <ranier(dot)vf(at)gmail(dot)com> |
|---|---|
| To: | Zhihong Yu <zyu(at)yugabyte(dot)com> |
| Cc: | Michael Paquier <michael(at)paquier(dot)xyz>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Possible dereference null return (src/backend/replication/logical/reorderbuffer.c) |
| Date: | 2021-02-13 20:59:32 |
| Message-ID: | CAEudQAoMTXyX9QmBQvj-nxeuuojnzZ8qoRaEpVbN2K35v2agNQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Em sáb., 13 de fev. de 2021 às 17:48, Zhihong Yu <zyu(at)yugabyte(dot)com>
escreveu:
> Hi,
> + (errmsg("BaseSnapshot cant't be setup at point %X/%X",
> + (uint32) (lsn >> 32), (uint32) lsn),
> + errdetail("Top transaction is running.")));
>
> Did you mean this errdetail:
>
> Top transaction is not running.
>
Done.
Thanks Zhihong.
v3 based on your patch, attached.
regards,
Ranier Vilela
| Attachment | Content-Type | Size |
|---|---|---|
| reorderbuffer_v3.patch | application/octet-stream | 3.2 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2021-02-13 21:11:37 | Re: Some regular-expression performance hacking |
| Previous Message | Zhihong Yu | 2021-02-13 20:50:48 | Re: Possible dereference null return (src/backend/replication/logical/reorderbuffer.c) |