From 0fc7f48cb15b044eb7ffcd563167b5882e977b9a Mon Sep 17 00:00:00 2001 From: Victor Polevoy Date: Tue, 15 Jul 2025 11:58:15 +0200 Subject: [PATCH] Fix the comment --- pgxn/neon/communicator/src/neon_request.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pgxn/neon/communicator/src/neon_request.rs b/pgxn/neon/communicator/src/neon_request.rs index 6b0ee9341b..3410687352 100644 --- a/pgxn/neon/communicator/src/neon_request.rs +++ b/pgxn/neon/communicator/src/neon_request.rs @@ -188,8 +188,8 @@ pub struct CReadSlruSegmentRequest { pub slru_kind: SlruKind, pub segment_number: u32, pub request_lsn: CLsn, - /// Must be a null-terminated C string containing **absolute** - /// file path. + /// Must be a null-terminated C string containing the file path + /// where the communicator will write the SLRU segment. pub destination_file_path: ShmemBuf, }