Remove unnecessary code rom be_lo_put()

Поиск
Список
Период
Сортировка
От Yugo NAGATA
Тема Remove unnecessary code rom be_lo_put()
Дата
Msg-id 20240424185932.9789628b99a49ec81b020425@sraoss.co.jp
обсуждение исходный текст
Ответы Re: Remove unnecessary code rom be_lo_put()  (Peter Eisentraut <peter@eisentraut.org>)
Список pgsql-hackers
Hi,

I noticed that a permission check is performed in be_lo_put()
just after returning inv_open(), but teh permission should be
already checked in inv_open(), so I think we can remove this
part of codes. I attached a patch for this fix.

Regards,
Yugo Nagata

-- 
Yugo NAGATA <nagata@sraoss.co.jp>

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Why does pgindent's README say to download typedefs.list from the buildfarm?