Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Back out the session_start and session_end hooks feature. | Andrew Dunstan | 2017-11-16 |
| | | | | | | | | | | It's become apparent during testing that there are problems with at least the testing regime. I don't think we should have it without a working test regime, and the difficulties might indicate implementation problems anyway, so I'm backing out the whole thing until that's sorted out. This reverts commits 7459484 9989f92 cd8ce3a | ||
* | Add hooks for session start and session end | Andrew Dunstan | 2017-11-15 |
These hooks can be used in loadable modules. A simple test module is included. Discussion: https://postgr.es/m/20170720204733.40f2b7eb.nagata@sraoss.co.jp FabrÃzio de Royes Mello and Yugo Nagata Reviewed by Michael Paquier and Aleksandr Parfenov |