mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Fix copy-and-paste mistake in error message
Introduced in commit a68159ff2b
.
This commit is contained in:
@@ -4026,7 +4026,7 @@ check_debug_io_direct(char **newval, void **extra, GucSource source)
|
||||
#if BLCKSZ < PG_IO_ALIGN_SIZE
|
||||
if (result && (flags & IO_DIRECT_DATA))
|
||||
{
|
||||
GUC_check_errdetail("\"%s\" is not supported for WAL because %s is too small.",
|
||||
GUC_check_errdetail("\"%s\" is not supported for data because %s is too small.",
|
||||
"debug_io_direct", "BLCKSZ");
|
||||
result = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user