pgsql: Prevent continuing disk-space bloat when profiling (with - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Prevent continuing disk-space bloat when profiling (with
Date
Msg-id 20071104175515.6B670754229@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Prevent continuing disk-space bloat when profiling (with PROFILE_PID_DIR
enabled) and autovacuum is on.  Since there will be a steady stream of autovac
worker processes exiting and dropping gmon.out files, allowing them to make
separate subdirectories results in serious bloat; and it seems unlikely that
anyone will care about those profiles anyway.  Limit the damage by forcing all
autovac workers to dump in one subdirectory, PGDATA/gprof/avworker/.

Per report from J�rg Beyer and subsequent discussion.

Modified Files:
--------------
    pgsql/src/backend/storage/ipc:
        ipc.c (r1.97 -> r1.98)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/ipc.c?r1=1.97&r2=1.98)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Teach CREATE CONSTRAINT TRIGGER to convert old-style foreign key
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Document that configure --with-libxslt controls just