mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 00:04:14 -05: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.