Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bb25276

Browse files
committed
Fix copy-and-paste mistake in error message
Introduced in commit a68159f.
1 parent 3691edf commit bb25276

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

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

0 commit comments

Comments
 (0)