mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 00:01:57 -04:00
Adds the ability to retrieve async notifications using dblink, via the addition of the function dblink_get_notify(). Original patch by Marcus Kempe, suggestions by Tom Lane and Alvaro Herrera, patch review and adjustments by Joe Conway.