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

Commitcbf17be

Browse files
committed
Remove debugging log statements from lmgr.c introduced in ATX patch
1 parent1428229 commitcbf17be

File tree

1 file changed

+0
-2
lines changed
  • src/backend/storage/lmgr

1 file changed

+0
-2
lines changed

‎src/backend/storage/lmgr/lmgr.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,9 +626,7 @@ XactLockTableWait(TransactionId xid, Relation rel, ItemPointer ctid,
626626

627627
SET_LOCKTAG_TRANSACTION(tag,xid);
628628

629-
LOCKTAG_PRINT("XactLockTableWait",&tag,ShareLock);
630629
(void)LockAcquire(&tag,ShareLock, false, false);
631-
elog(LOG,"XactLockTableWait acquired");
632630

633631
LockRelease(&tag,ShareLock, false);
634632

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp