mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 05:52:55 +00:00
Mark min_readable_lsn as required in the pageserver API spec (#11324)
Fully applies the changes of https://github.com/neondatabase/cloud/pull/25233 to neon.git. The field is always present in the Rust struct definition, so it can be marked as required. cc #10707
This commit is contained in:
@@ -1079,6 +1079,7 @@ components:
|
||||
- last_record_lsn
|
||||
- disk_consistent_lsn
|
||||
- state
|
||||
- min_readable_lsn
|
||||
properties:
|
||||
timeline_id:
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user