mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-12 09:19:39 +00:00
stop with the (ancestor_lsn, timeline_id) ordered reparented
I was thinking of the case where we have multiple reparented at the same ancestor_lsn. But of course, that is not a problem if we compare the reparented as a set...
This commit is contained in:
@@ -1832,7 +1832,6 @@ async fn timeline_detach_ancestor_handler(
|
||||
detach_ancestor::Progress::Done(resp) => resp,
|
||||
};
|
||||
|
||||
// FIXME: if the ordering is really needed and not a hashset, move it here?
|
||||
json_response(StatusCode::OK, resp)
|
||||
}
|
||||
.instrument(span)
|
||||
|
||||
Reference in New Issue
Block a user