dendrite/internal/sqlutil
Kegan Dougal bfecc8e0e9 HACK: Track goroutine IDs to determine when we write by the wrong thread
To use: set `DENDRITE_TRACE_SQL=1` then grep for `unsafe`
2020-09-01 19:10:57 +01:00
..
partition_offset_table.go Don't overwrite global err before return (#1293) 2020-08-25 13:11:52 +01:00
postgres.go Rehuffle where things are in the internal package (#1122) 2020-06-12 14:55:57 +01:00
postgres_wasm.go Rehuffle where things are in the internal package (#1122) 2020-06-12 14:55:57 +01:00
sql.go Don't overwrite global err before return (#1293) 2020-08-25 13:11:52 +01:00
trace.go HACK: Track goroutine IDs to determine when we write by the wrong thread 2020-09-01 19:10:57 +01:00
trace_driver.go Add SQL tracing via DENDRITE_TRACE_SQL (#968) 2020-04-16 10:06:55 +01:00
trace_driver_wasm.go Add SQL tracing via DENDRITE_TRACE_SQL (#968) 2020-04-16 10:06:55 +01:00
uri.go Configuration format v1 (#1230) 2020-08-10 14:18:04 +01:00
writer.go HACK: Track goroutine IDs to determine when we write by the wrong thread 2020-09-01 19:10:57 +01:00
writer_dummy.go HACK: Track goroutine IDs to determine when we write by the wrong thread 2020-09-01 19:10:57 +01:00
writer_exclusive.go HACK: Track goroutine IDs to determine when we write by the wrong thread 2020-09-01 19:10:57 +01:00