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

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
#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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy