pgsql: Fix code to properly pull out shared memory key now that the

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix code to properly pull out shared memory key now that the
Date: 2010-12-28 04:12:03
Message-ID: E1PXQup-0007Ae-Ii@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix code to properly pull out shared memory key now that the
postmaster.pid file is larger than in previous major versions.
This is a bug introduced when I added lines to the file recently.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=bada44a2a2ac6f33bd355c9acc0dfaa3d4890e54

Modified Files
--------------
src/backend/utils/init/miscinit.c | 39 ++++++++++++++++++++----------------
1 files changed, 22 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2010-12-28 09:46:17 pgsql: Fix list of functions that are restricted to superusers
Previous Message Bruce Momjian 2010-12-27 20:35:17 pgsql: Mark unaccent functions as STABLE, rather than defaulting to VOL