pgsql: Add C comment that IsBackendPid() is called by external modules, - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Add C comment that IsBackendPid() is called by external modules,
Date
Msg-id E1TIglc-00059k-M1@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Remove collations from generic ALTER test
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix access past end of string in date parsing.