page_service: stop exposing get_last_record_rlsn (#8244)

Compute doesn't use it, let's eliminate it.

Ref to Slack thread:
https://neondb.slack.com/archives/C033RQ5SPDH/p1719920261995529
This commit is contained in:
Christian Schwarz
2024-07-03 20:05:01 +02:00
committed by Vlad Lazar
parent f868685d26
commit 92081cca91
3 changed files with 1 additions and 49 deletions

View File

@@ -211,7 +211,7 @@ def test_auth_failures(neon_env_builder: NeonEnvBuilder, auth_enabled: bool):
def check_pageserver(expect_success: bool, **conn_kwargs):
check_connection(
env.pageserver,
f"get_last_record_rlsn {env.initial_tenant} {timeline_id}",
f"show {env.initial_tenant}",
expect_success,
**conn_kwargs,
)