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

Commit2509b85

Browse files
committed
Fix typo in2a8a006.
Builds configured with Valgrind but without assertions would fail due toa typo in the recent change. This should be included when back-patching2a8a006 into v17.
1 parent9cdc21b commit2509b85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/storage/aio/read_stream.c‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,8 +789,8 @@ read_stream_next_buffer(ReadStream *stream, void **per_buffer_data)
789789
wipe_mem(per_buffer_data,stream->per_buffer_data_size);
790790
#elif defined(USE_VALGRIND)
791791
/* Tell it ourselves. */
792-
VALGRIND_MAKE_MEM_NO_ACCESS(per_buffer_data,
793-
stream->per_buffer_data_size);
792+
VALGRIND_MAKE_MEM_NOACCESS(per_buffer_data,
793+
stream->per_buffer_data_size);
794794
#endif
795795
}
796796
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp