pgsql: Show psql timing output for failed queries as well as successful

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Show psql timing output for failed queries as well as successful
Date: 2012-01-18 09:35:40
Message-ID: E1RnRvg-00063E-OS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Show psql timing output for failed queries as well as successful ones

This is useful for example when a long-runing statement such as CREATE
INDEX fails after a long time.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2106c55ac8dacc52bf6483925529fd3ab99b94c4

Modified Files
--------------
src/bin/psql/common.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-01-18 16:01:53 pgsql: Fix corner case in cleanup of transactions using SSI.
Previous Message Magnus Hagander 2012-01-18 09:25:35 pgsql: Fix warning about unused variable