onemoredata / bagger

Massive log storage in PostgreSQL
BSD 2-Clause "Simplified" License
9 stars 0 forks source link

Simplifying exception handling #116

Closed einhverfr closed 7 months ago

einhverfr commented 7 months ago

The exception classes have been moved into PGObject (at least by the time this PR is opened). This means we have much simplified exception handling with a smaller space for what can go wrong.

Fixes #83 Depends on PGObject/PGObject#25

Status: I think this can be reviewed now, but cannot be committed for a week due to the need to get the upstream change in.