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

Commit0fe8150

Browse files
committed
Minor message style adjustment
1 parenta830280 commit0fe8150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ SetRWConflict(SERIALIZABLEXACT *reader, SERIALIZABLEXACT *writer)
662662
if (!conflict)
663663
ereport(ERROR,
664664
(errcode(ERRCODE_OUT_OF_MEMORY),
665-
errmsg("not enough elements in RWConflictPool to record arw-conflict"),
665+
errmsg("not enough elements in RWConflictPool to record aread/writeconflict"),
666666
errhint("You might need to run fewer transactions at a time or increase max_connections.")));
667667

668668
SHMQueueDelete(&conflict->outLink);
@@ -690,7 +690,7 @@ SetPossibleUnsafeConflict(SERIALIZABLEXACT *roXact,
690690
if (!conflict)
691691
ereport(ERROR,
692692
(errcode(ERRCODE_OUT_OF_MEMORY),
693-
errmsg("not enough elements in RWConflictPool to record a potentialrw-conflict"),
693+
errmsg("not enough elements in RWConflictPool to record a potentialread/writeconflict"),
694694
errhint("You might need to run fewer transactions at a time or increase max_connections.")));
695695

696696
SHMQueueDelete(&conflict->outLink);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp