pgsql: Fix assorted dtrace breakage caused by patch to include backend - Mailing list pgsql-committers

From rhaas@postgresql.org (Robert Haas)
Subject pgsql: Fix assorted dtrace breakage caused by patch to include backend
Date
Msg-id 20100813225418.00FDE7541D7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix assorted dtrace breakage caused by patch to include backend IDs
in temp relpaths.

Per buildfarm.

Modified Files:
--------------
    pgsql/src/backend/storage/buffer:
        bufmgr.c (r1.257 -> r1.258)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/bufmgr.c?r1=1.257&r2=1.258)
    pgsql/src/backend/utils:
        probes.d (r1.13 -> r1.14)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/probes.d?r1=1.13&r2=1.14)

pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pgsql: Include the backend ID in the relpath of temporary relations.
Next
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Further dtrace adjustments for the backend-IDs-in-relpath patch.