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

Commitb668154

Browse files
committed
Fixed warning in pg_query_state.c
1 parent18b3653 commitb668154

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎pg_query_state.c‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ LockShmem(LOCKTAG *tag, uint32 key)
393393
tag->locktag_lockmethodid=USER_LOCKMETHOD;
394394
result=LockAcquire(tag,ExclusiveLock, false, false);
395395
Assert(result==LOCKACQUIRE_OK);
396+
elog(DEBUG1,"LockAcquireResult is not OK %d",result);
396397
}
397398

398399

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp