Skip to content

Commit

Permalink
fix build failure
Browse files Browse the repository at this point in the history
eeeebbbbrrrr committed Aug 3, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2c10b91 commit 26e8827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgx-examples/bgworker/src/lib.rs
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ pub extern "C" fn background_worker_main(arg: pg_sys::Datum) {
log!(
"Hello from inside the {} BGWorker! Argument value={}",
BackgroundWorker::get_name(),
arg.unwrap();
arg.unwrap()
);

// wake up every 10s or if we received a SIGTERM

0 comments on commit 26e8827

Please sign in to comment.