pgsql: Only use the pipe chunking protocol if we know the syslogger - Mailing list pgsql-committers

From adunstan@postgresql.org (Andrew Dunstan)
Subject pgsql: Only use the pipe chunking protocol if we know the syslogger
Date
Msg-id 20070719191526.034119FB88F@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Only use the pipe chunking protocol if we know the syslogger should
be catching stderr output, and we are not ourselves the
syslogger. Otherwise, go directly to stderr.
Bug noticed by Tom Lane.
Backpatch as far as 8.0.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        postmaster.c (r1.443.4.8 -> r1.443.4.9)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c.diff?r1=1.443.4.8&r2=1.443.4.9)
        syslogger.c (r1.12.4.2 -> r1.12.4.3)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/syslogger.c.diff?r1=1.12.4.2&r2=1.12.4.3)
    pgsql/src/backend/utils/error:
        elog.c (r1.155.4.5 -> r1.155.4.6)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/error/elog.c.diff?r1=1.155.4.5&r2=1.155.4.6)

pgsql-committers by date:

Previous
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Only use the pipe chunking protocol if we know the syslogger
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make replace(), split_part(), and string_to_array() behave