Re: [PATCH] Fix Null pointer dereferences (pgoutput.c)

2020-04-23 Thread Amit Langote
On Thu, Apr 23, 2020 at 10:48 PM Ranier Vilela wrote: > > Hi, > > Per Coverity. > > If test oldtuple can be NULL, I mean it can really be NULL. > On DELETE process, if oldtuple is NULL, log error and continue. > So UPDATE must have the same treatment. I think I too had noticed this when working o

[PATCH] Fix Null pointer dereferences (pgoutput.c)

2020-04-23 Thread Ranier Vilela
Hi, Per Coverity. If test oldtuple can be NULL, I mean it can really be NULL. On DELETE process, if oldtuple is NULL, log error and continue. So UPDATE must have the same treatment. regards, Ranier Vilela fix_null_pointer_dereference_pgoutput.patch Description: Binary data