pgsql: Fix assorted dtrace breakage caused by patch to include backend

From: rhaas(at)postgresql(dot)org (Robert Haas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix assorted dtrace breakage caused by patch to include backend
Date: 2010-08-13 22:54:17
Message-ID: 20100813225418.00FDE7541D7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2010-08-13 22:58:04 Re: [COMMITTERS] pgsql: Include the backend ID in the relpath of temporary relations.
Previous Message Robert Haas 2010-08-13 22:38:29 Re: pgsql: Include the backend ID in the relpath of temporary relations.