Minor fix for EventCacheLookup()

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Minor fix for EventCacheLookup()
Date: 2017-06-06 04:24:44
Message-ID: 9297f80f-e4ab-7dda-33d4-8580bab6d634@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

It should return NIL when no entry is found in the cache, not NULL.

Attached patch fixes that.

Thanks,
Amit

Attachment Content-Type Size
EventCacheLookup-return-NIL.patch text/plain 515 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2017-06-06 04:24:51 Re: Challenges preventing us moving to 64 bit transaction id (XID)?
Previous Message Craig Ringer 2017-06-06 04:18:46 Re: Challenges preventing us moving to 64 bit transaction id (XID)?