Expand description

Safely create Postgres Background Workers, including with full SPI support

See: https://www.postgresql.org/docs/12/bgworker.html

Structs

Static interface into a running Background Worker
A builder-style interface for creating a new Background Worker
Dynamic background worker handle
Flags to indicate when a BackgroundWorker should be awaken
Handle of a dynamic background worker that is being terminated with DynamicBackgroundWorker::terminate. Only allows waiting for shutdown.

Enums

Dynamic background worker status
The various points in which a BackgroundWorker can be started by Postgres

Statics

Type Definitions

PID