SIGN IN SIGN UP

do not open wal session from the beginning - wait for pulled frames (#2134)

Otherwise, if client is on the checkpoint boundary and immediately get
checkpoint command - we will crash with assertion
```
assert!(
    !insert_handle.in_session(),
    "WAL transaction must be finished"
);
```
P
Pekka Enberg committed
17827fa2ad2b155c1f86fcb016ce5a2fcaeb7917
Committed by GitHub <noreply@github.com> on 7/22/2025, 8:09:54 AM