pgsql: Make stdout unbuffered - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Make stdout unbuffered
Date
Msg-id E1VtkEn-00032a-2w@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make stdout unbuffered

This ensures that all stdout output is flushed immediately, to match
stderr.  This eliminates the need for fflush(stdout) calls sprinkled all
over the place.

Per Daniel Wood in message 519A79C6.90308@salesforce.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/73bcb76b77c2e47dd066a1961309cf950cf19412

Modified Files
--------------
src/test/isolation/isolationtester.c |   11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Optimize updating a row that's locked by same xid
Next
From: Bruce Momjian
Date:
Subject: pgsql: Move pg_upgrade_support global variables to their own include fi