pgsql: Add C comment that IsBackendPid() is called by external modules,

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add C comment that IsBackendPid() is called by external modules,
Date: 2012-10-01 14:14:40
Message-ID: E1TIglc-00059k-M1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add C comment that IsBackendPid() is called by external modules, so we
don't accidentally remove it.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/dbdb2172a0940cc18985a0c2b20cdb002fdf8466

Modified Files
--------------
src/backend/storage/ipc/procarray.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-10-02 08:04:41 pgsql: Fix access past end of string in date parsing.
Previous Message Alvaro Herrera 2012-10-01 13:58:47 pgsql: Remove collations from generic ALTER test