Skip to content

Commit

Permalink
temp: mark pg_version as unused, which is wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
koivunej committed Nov 21, 2022
1 parent 7e0ffcc commit 6615cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pageserver/src/walredo.rs
Expand Up @@ -220,7 +220,7 @@ impl PostgresRedoManager {
records: &Arc<[(Lsn, NeonWalRecord)]>,
records_range: SliceRange,
wal_redo_timeout: Duration,
pg_version: u32,
_pg_version: u32,
) -> Result<Bytes, WalRedoError> {
let (rel, blknum) = key_to_rel_block(key).or(Err(WalRedoError::InvalidRecord))?;

Expand Down

0 comments on commit 6615cd7

Please sign in to comment.