Обсуждение: [PATCH] Avoid dereference null relation pointer (src/backend/replication/logical/reorderbuffer.c)

Поиск
Список
Период
Сортировка

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

От
Ranier Vilela
Дата:
Hi hackers,

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

regards,
Ranier Vilela

Вложения