diff --git a/pgxn/neon/communicator_new.c b/pgxn/neon/communicator_new.c index a7454bb32f..dd0e6ebb2c 100644 --- a/pgxn/neon/communicator_new.c +++ b/pgxn/neon/communicator_new.c @@ -1021,7 +1021,7 @@ communicator_new_read_slru_segment( return -1; } - strlcpy(temp_path, path, Min(BLCKSZ, strlen(path) + 1)); + strlcpy(temp_path, path, BLCKSZ); request.read_slru_segment.destination_file_path.ptr = (uint8_t *) temp_path; elog(DEBUG5, "readslrusegment called for kind=%u, segno=%u, file_path=\"%s\"",