pgsql-server/src/backend/tcop postgres.c

Started by Bruce Momjianalmost 23 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@svr1.postgresql.org 03/09/29 15:50:58

Modified files:
src/backend/tcop: postgres.c

Log message:
This patch fixes an obvious bug in the "should I print the duration of
this query?" logic in postgres.c

Also, make it print "duration:" like log_duration.

Neil Conway