pgsql: Add code comment about Linux stack randomization and shared

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add code comment about Linux stack randomization and shared
Date: 2006-02-01 16:00:06
Message-ID: 20060201160006.05CD19DC9CA@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add code comment about Linux stack randomization and shared memory.

Modified Files:
--------------
pgsql/src/backend/postmaster:
postmaster.c (r1.480 -> r1.481)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c.diff?r1=1.480&r2=1.481)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-02-01 17:32:45 pgsql: Add: > * Allow statistics collector information to be pulled
Previous Message Bruce Momjian 2006-02-01 12:42:30 pgsql: Fix const cast in get_progname().