pgsql: Align timestamps in pg_regress output - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Align timestamps in pg_regress output
Date
Msg-id E1h8LY6-0001fL-1a@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Align timestamps in pg_regress output

This way the timestamps line up in a mix of "ok" and "FAILED" output.

Author: Christoph Berg <christoph.berg@credativ.de>
Discussion: https://www.postgresql.org/message-id/20190321115059.GF2687%40msg.df7cb.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/148cf5f462e53f374a2085b2fa8dcde944539b03

Modified Files
--------------
src/test/regress/pg_regress.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add macro to cast away volatile without allowing changes tounde
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Clean up the Simple-8b encoder code.