pgsql: Make stdout unbuffered

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make stdout unbuffered
Date: 2013-12-19 20:30:29
Message-ID: E1VtkEn-00032a-2w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)90308(at)salesforce(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-12-19 21:10:44 pgsql: Move pg_upgrade_support global variables to their own include fi
Previous Message Alvaro Herrera 2013-12-19 20:02:00 pgsql: Optimize updating a row that's locked by same xid