Search Postgresql Archives

Re: Server-side hooks for user session start and session end

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
27.09.2015 22:59, Pavel Stehule:

2015-09-27 21:40 GMT+02:00 Jim Nasby <Jim.Nasby@xxxxxxxxxxxxxx
<mailto:Jim.Nasby@xxxxxxxxxxxxxx>>:

    _PG_fini


It should not work - see a doc

I'd rather consider registering with on_shmem_exit -- as per the insightfull note placed in postgresql.c:4290.
(Haven't tried - just thinking)


Thank you,
Nikolai

If the file includes a function named |_PG_fini|, that function will be
called immediately before unloading the file. Likewise, the function
receives no parameters and should return void. Note that |_PG_fini| will
only be called during an unload of the file, not during process
termination. (Presently, unloads are disabled and will never occur, but
this may change in the future.)



--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux