pgsql: Back-patch change to make DISCARD ALL release advisory locks. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Back-patch change to make DISCARD ALL release advisory locks.
Date
Msg-id 20081127003449.74C187545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Back-patch change to make DISCARD ALL release advisory locks.
Per discussion.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/doc/src/sgml/ref:
        discard.sgml (r1.2 -> r1.2.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/discard.sgml?r1=1.2&r2=1.2.2.1)
    pgsql/src/backend/commands:
        discard.c (r1.4 -> r1.4.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/discard.c?r1=1.4&r2=1.4.2.1)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Tweak wording of DISCARD ALL description to avoid giving the
Next
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Fix #ifdeffed debugging code to work with relation forks.