mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
Allows a callback to be triggered on every notice sent by PostgreSQL. Such notices can be sent with a RAISE NOTICE in PL/pgSQL; in a long running stored procedure, they prove useful as realtime checkpoint indicators. close GH-6764