bgworker
bgworker copied to clipboard
Background Worker Processes for PostgreSQL written in Go
PostgreSQL BGWorker
Background Worker Processes for PostgreSQL written in Go
Build
- Make sure the 'pg_config' tool is in your $PATH, if not then config like the example below:
export PATH=/usr/lib/postgresql/9.6/bin:$PATH
- Build the library
./build.bash
PostgreSQL Config (postgresql.conf)
shared_preload_libraries = 'go_background_worker'
Bug report/New feature
Set bgworker: your title on issue title