https://github.com/prest/bgworker
Background Worker Processes for PostgreSQL written in Go
https://github.com/prest/bgworker
bgworker golang plugin postgres postgresql postgresql-extension prest
Last synced: 3 months ago
JSON representation
Background Worker Processes for PostgreSQL written in Go
- Host: GitHub
- URL: https://github.com/prest/bgworker
- Owner: prest
- License: mit
- Created: 2017-09-15T22:24:18.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T14:54:45.000Z (about 5 years ago)
- Last Synced: 2025-10-27T18:35:47.102Z (7 months ago)
- Topics: bgworker, golang, plugin, postgres, postgresql, postgresql-extension, prest
- Language: C
- Size: 8.79 KB
- Stars: 94
- Watchers: 8
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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)
```
shared_preload_libraries = 'go_background_worker'
```
## Bug report/New feature
[Issues](https://github.com/prest/prest/issues)
Set **bgworker: your title** on issue title