pgsql: Add RMV to list of commands taking AE lock.

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add RMV to list of commands taking AE lock.
Date: 2015-11-02 12:30:07
Message-ID: E1ZtEFT-0006Bf-Js@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add RMV to list of commands taking AE lock.

Backpatch to 9.3, where it was initially omitted.

Craig Ringer, with minor adjustment by Kevin Grittner

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/67d4738d934e9df455d2f67b2617423319b377d5

Modified Files
--------------
doc/src/sgml/mvcc.sgml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-11-02 23:26:28 pgsql: Fix problems with ParamListInfo serialization mechanism.
Previous Message Kevin Grittner 2015-10-31 19:50:14 pgsql: Fix serialization anomalies due to race conditions on INSERT.