Skip to content

Commit

Permalink
Unmdo unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Knizhnik committed Dec 24, 2024
1 parent 2a00b1a commit 58b6120
Show file tree
Hide file tree
Showing 8 changed files with 223 additions and 747 deletions.
290 changes: 44 additions & 246 deletions libs/pageserver_api/src/models.rs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pageserver/client/src/page_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl Client {
) -> anyhow::Result<PagestreamClient> {
let copy_both: tokio_postgres::CopyBothDuplex<bytes::Bytes> = self
.client
.copy_both_simple(&format!("pagestream_v3 {tenant_id} {timeline_id}"))
.copy_both_simple(&format!("pagestream_v2 {tenant_id} {timeline_id}"))
.await?;
let Client {
cancel_on_client_drop,
Expand Down
1 change: 0 additions & 1 deletion pageserver/pagebench/src/cmd/getpage_latest_lsn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ async fn main_impl(
.to_rel_block()
.expect("we filter non-rel-block keys out above");
PagestreamGetPageRequest {
reqid: 0,
request_lsn: if rng.gen_bool(args.req_latest_probability) {
Lsn::MAX
} else {
Expand Down
1 change: 0 additions & 1 deletion pageserver/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1845,7 +1845,6 @@ pub(crate) static LIVE_CONNECTIONS: Lazy<IntCounterPairVec> = Lazy::new(|| {

#[derive(Clone, Copy, enum_map::Enum, IntoStaticStr)]
pub(crate) enum ComputeCommandKind {
PageStreamV3,
PageStreamV2,
Basebackup,
Fullbackup,
Expand Down
Loading

0 comments on commit 58b6120

Please sign in to comment.