Just retried at 2026-06-26 07:34:48 UTC — still failing.
A simple `CREATE OR REPLACE TABLE _diag_probe AS SELECT * FROM range(3)`
into market_data still fails at COMMIT. New error ID: 43ce3050.
Extra clues from my side:
• md_active_server_connections() shows NO orphaned/hung transaction (only my own connection)
• CHECKPOINT market_data succeeds, but CREATE TABLE / INSERT still fail
• market_data reports readonly=false
So it looks like a server-side catalog/storage wedge specific to market_data,
not a connection-level lock. Happy to run anything you'd like. Thanks!