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

Commitbb25276

Browse files
committed
Fix copy-and-paste mistake in error message
Introduced in commita68159f.
1 parent3691edf commitbb25276

File tree

1 file changed

+1
-1
lines changed
  • src/backend/storage/file

1 file changed

+1
-1
lines changed

‎src/backend/storage/file/fd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4026,7 +4026,7 @@ check_debug_io_direct(char **newval, void **extra, GucSource source)
40264026
#ifBLCKSZ<PG_IO_ALIGN_SIZE
40274027
if (result&& (flags&IO_DIRECT_DATA))
40284028
{
4029-
GUC_check_errdetail("\"%s\" is not supported forWAL because %s is too small.",
4029+
GUC_check_errdetail("\"%s\" is not supported fordata because %s is too small.",
40304030
"debug_io_direct","BLCKSZ");
40314031
result= false;
40324032
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp