pgsql: Fix #ifdeffed debugging code to work with relation forks. - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Fix #ifdeffed debugging code to work with relation forks.
Date
Msg-id 20081127073801.743297545A6@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix #ifdeffed debugging code to work with relation forks.

Modified Files:
--------------
    pgsql/src/backend/storage/buffer:
        localbuf.c (r1.83 -> r1.84)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/localbuf.c?r1=1.83&r2=1.84)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Back-patch change to make DISCARD ALL release advisory locks.
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Mark features related to WITH/SELECT as supported.