Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfcdd668

Browse files
committed
Harden xxx_is_visible() functions against concurrent object drops.
For the same reasons given in commit403ac22, adjust thesefunctions to not assume that checking SearchSysCacheExists canguarantee success of a later fetch.This follows the same internal API choices made in the earlier commit:add a function XXXExt(oid, is_missing) and use that to eliminatethe need for a separate existence check. The changes are verystraightforward, though tedious. For the moment I just made the newfunctions static in namespace.c, but we could export them if a needemerges.Per bug #18014 from Alexander Lakhin. Given the lack of hard evidencethat there's a bug in non-debug builds, I'm content to fix this onlyin HEAD.Discussion:https://postgr.es/m/18014-28c81cb79d44295d@postgresql.org
1 parent403ac22 commitfcdd668

File tree

2 files changed

+343
-46
lines changed

2 files changed

+343
-46
lines changed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp