pgsql: Further dtrace adjustments for the backend-IDs-in-relpath patch.

From: rhaas(at)postgresql(dot)org (Robert Haas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Further dtrace adjustments for the backend-IDs-in-relpath patch.
Date: 2010-08-14 02:22:11
Message-ID: 20100814022211.3D0BF7541D7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Further dtrace adjustments for the backend-IDs-in-relpath patch.

Update the documentation, and back out a few ill-considered changes
whose folly I failed to realize for failure to read the documentation.

Modified Files:
--------------
pgsql/doc/src/sgml:
monitoring.sgml (r1.82 -> r1.83)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/monitoring.sgml?r1=1.82&r2=1.83)
pgsql/src/backend/storage/buffer:
bufmgr.c (r1.258 -> r1.259)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/bufmgr.c?r1=1.258&r2=1.259)
pgsql/src/backend/utils:
probes.d (r1.14 -> r1.15)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/probes.d?r1=1.14&r2=1.15)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-08-14 02:25:45 Re: [COMMITTERS] pgsql: Recognize functional dependency on primary keys.
Previous Message Robert Haas 2010-08-14 02:19:58 Re: Re: [COMMITTERS] pgsql: Include the backend ID in the relpath of temporary relations.