mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
f62ce4bcf7
SeqWait can use any type that is Ord + Debug + Copy. Debug is not strictly necessary, but allows us to keep the panic message if a caller wants the sequence number to go backwards.