Remove unnecessary code rom be_lo_put() - Mailing list pgsql-hackers

From Yugo NAGATA
Subject Remove unnecessary code rom be_lo_put()
Date
Msg-id 20240424185932.9789628b99a49ec81b020425@sraoss.co.jp
Whole thread Raw
Responses Re: Remove unnecessary code rom be_lo_put()
List 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>

Attachment

pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index.
Next
From: Andrew Dunstan
Date:
Subject: Re: Why does pgindent's README say to download typedefs.list from the buildfarm?