forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0afa288
committed
Remove unnecessary code from be_lo_put()
A permission check is performed in be_lo_put() just after returningfrom inv_open(), but the permission is already checked in inv_open(),so we can remove the second check.This check was added in8d98819, but then the refactoring inae20b23 should have removed it.Author: Yugo NAGATA <nagata@sraoss.co.jp>Discussion:https://www.postgresql.org/message-id/flat/20240424185932.9789628b99a49ec81b020425%40sraoss.co.jp1 parentaa79bde commit0afa288
1 file changed
+0
-12
lines changedLines changed: 0 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
859 | 859 |
| |
860 | 860 |
| |
861 | 861 |
| |
862 |
| - | |
863 |
| - | |
864 |
| - | |
865 |
| - | |
866 |
| - | |
867 |
| - | |
868 |
| - | |
869 |
| - | |
870 |
| - | |
871 |
| - | |
872 |
| - | |
873 |
| - | |
874 | 862 |
| |
875 | 863 |
| |
876 | 864 |
| |
|
0 commit comments
Comments
(0)