pgsql/src/backend/tcop postgres.c - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/tcop postgres.c
Date
Msg-id 200102180428.f1I4SVT49162@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/02/17 23:28:31

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

Log message:
    Remove bogus set_ps_display call --- changing displayed status here is
    either wrong or unnecessary in most cases, and on systems where setting
    status takes a kernel call, the overhead of setting status three times
    per command rather than two is annoying.


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/doc/src/sgml docguide.sgml installation.sgml
Next
From: Tom Lane
Date:
Subject: pgsql/ /configure.in /configure rc/backend/acc ...