Support frontend-backend protocol communication using a shm_mq.
A background worker can use pq_redirect_to_shm_mq() to direct protocol
that would normally be sent to the frontend to a shm_mq so that another
process may read them.
The receiving process may use pq_parse_errornotice() to parse an
Er
On 10/31/14 2:34 AM, Andres Freund wrote:
> One thing I noticed is that:
> -# pg_recvlogical -d postgres --slot test --create-slot
> -# pg_recvlogical -d postgres --slot test --start -f -
> -CTRL-Z
> -# psql -d postgres -c "INSERT INTO data(data) VALUES('4');"
> -# fg
> +$ pg_recvlogical -d postgre
doc: Fix typos
per Andres Freund
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/252e652edea80b948fbc9c3723183065e94d8480
Modified Files
--
doc/src/sgml/logicaldecoding.sgml |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
Sent via pgsql
doc: Fix typos
per Andres Freund
Branch
--
REL9_4_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/f41ed7b66a621134d5c7c39c74458fbfb1214255
Modified Files
--
doc/src/sgml/logicaldecoding.sgml |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
Sent vi