pgsql: Fix code to properly pull out shared memory key now that the - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Fix code to properly pull out shared memory key now that the
Date
Msg-id E1PXQup-0007Ae-Ii@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Mark unaccent functions as STABLE, rather than defaulting to VOL
Next
From: Magnus Hagander
Date:
Subject: pgsql: Fix list of functions that are restricted to superusers