mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Fix incorrect format placeholders
This commit is contained in:
@@ -533,7 +533,7 @@ ResourceOwnerReleaseInternal(ResourceOwner owner,
|
||||
Buffer res = DatumGetBuffer(foundres);
|
||||
|
||||
if (isCommit)
|
||||
elog(PANIC, "lost track of buffer IO on buffer %u", res);
|
||||
elog(PANIC, "lost track of buffer IO on buffer %d", res);
|
||||
AbortBufferIO(res);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user