Background Worker Processes for PostgreSQL written in Go
Last updated Jun 20, 2026
92
Stars
7
Forks
0
Issues
0
Stars/day
Attention Score
6
Language breakdown
C 61.7%
Go 17.6%
Shell 15.6%
C++ 5.1%
▸ Files
click to expand
README
PostgreSQL BGWorker
Background Worker Processes for PostgreSQL written in Go
Build
1) 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
2) Build the library
./build.bash
PostgreSQL Config (postgresql.conf)
sharedpreloadlibraries = 'gobackgroundworker'
Bug report/New feature
Set bgworker: your title on issue title
🔗 More in this category