Re: [GENERAL] RegisterBackgroundWorker does not actually start a bg worker process in 9.4.4

2015-06-16 Thread John Lumby
Michael,   thanks for checking, I tried it again today and it is now working so I must have forgotten something. John > Date: Tue, 16 Jun 2015 08:33:09 +0900 > Subject: Re: [GENERAL] RegisterBackgroundWorker does not actually start a bg > worke

Re: [GENERAL] RegisterBackgroundWorker does not actually start a bg worker process in 9.4.4

2015-06-15 Thread Michael Paquier
On Tue, Jun 16, 2015 at 3:58 AM, John Lumby wrote: > I am new to bg_workers so this may be my user error, > but when I build and run the contrib/worker_spi > extension,I find that : > > . starting postgres with the extension named in shared_preload_libraries : > its _PG_init is invo

[GENERAL] RegisterBackgroundWorker does not actually start a bg worker process in 9.4.4

2015-06-15 Thread John Lumby
I am new to bg_workers so this may be my user error, but when I build and run the  contrib/worker_spi extension,    I find that :   .   starting postgres with the extension named in shared_preload_libraries :   its _PG_init is invoked as expected but no process is started -       it is as thou