Re: [HACKERS] loading .so file at run time

2014-06-13 Thread Michael Paquier
On Fri, Jun 13, 2014 at 3:29 PM, Rajmohan C wrote: > I am working with Postgresql 9.3.4 source using eclipse IDE in ubuntu 14.04. > I have a library file abc.so to be loaded at run time when postgresql server > starts. When I run the server with > > "-D /home/rajmohan/projects/TPCH_database" > >

[HACKERS] loading .so file at run time

2014-06-12 Thread Rajmohan C
I am working with Postgresql 9.3.4 source using eclipse IDE in ubuntu 14.04. I have a library file abc.so to be loaded at run time when postgresql server starts. When I run the server with "-D /home/rajmohan/projects/TPCH_database" as argument in run configuration, I could see LOG message abc.so