pgsql: Document that max_locks_per_transaction might need to be increas

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document that max_locks_per_transaction might need to be increas
Date: 2012-08-30 20:56:25
Message-ID: E1T7Bmr-0000Ly-I1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document that max_locks_per_transaction might need to be increased for
queries on parent tables, per suggestion from Josh Berkus.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/39b42ecb059e24bb39a62d91fe57ab7b9ca5a2f5

Modified Files
--------------
doc/src/sgml/config.sgml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-08-30 21:01:02 pgsql: Remove doc mention of --enable-shared, per Tom.
Previous Message Alvaro Herrera 2012-08-30 20:54:57 pgsql: Split tuple struct defs from htup.h to htup_details.h