Thread: [PATCH] Avoid dereference null relation pointer (src/backend/replication/logical/reorderbuffer.c)

Hi hackers,

Minor oversight with commit 0da92dc.
RelationIdGetRelation can return NULL, then it is necessary to check the return.

regards,
Ranier Vilela

Attachment