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

Commitb3ad5d0

Browse files
committed
Restructure get_object_address() so it's safe against concurrent DDL.
This gives a much better error message when the object of interest isconcurrently dropped and avoids needlessly failing when the object ofinterest is concurrently dropped and recreated. It also improves thebehavior of two concurrent DROP IF EXISTS operations targeted at thesame object; as before, one will drop the object, but now the otherwill emit the usual NOTICE indicating that the object does not exist,instead of rolling back. As a fringe benefit, it's also slightlyless code.
1 parent309411a commitb3ad5d0

File tree

1 file changed

+207
-216
lines changed

1 file changed

+207
-216
lines changed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp