pgsql: Be less detailed about reporting shared memory failure by avoidi - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Be less detailed about reporting shared memory failure by avoidi
Date
Msg-id E1PtkJj-0001L9-QN@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Be less detailed about reporting shared memory failure by avoiding the
output of actual Postgres parameter _values_ related to shared memory,
and suggesting that these are only possible parameters to reduce.

Branch
------
master

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

Modified Files
--------------
src/backend/port/sysv_shmem.c |   17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Fix verbose display of REPLICATION role attribute
Next
From: Tom Lane
Date:
Subject: pgsql: Refactor the executor's API to support data-modifying CTEs bette