CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/11/10 18:51:14
Modified files:
src/backend/access/nbtree: nbtree.c nbtsort.c
src/backend/executor: spi.c
src/backend/storage/buffer: bufmgr.c
src/backend/tcop: postgres.c
src/include/storage: bufmgr.h
src/include/tcop: tcopprot.h
Log message:
Clean up usage-statistics display code (ShowUsage and friends). StatFp
is gone, usage messages now go through elog(DEBUG).