pgsql: Put back storage/proc.h in postmaster.c.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Put back storage/proc.h in postmaster.c.
Date: 2012-07-17 14:14:28
Message-ID: E1Sr8Xk-00016Y-3N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Put back storage/proc.h in postmaster.c.

I took this out thinking it wasn't needed anymore, but the EXEC_BACKEND
code still needs it. Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/57b9bdda39e05d127f6930045d289ffc9935c971

Modified Files
--------------
src/backend/postmaster/postmaster.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2012-07-17 15:08:36 Re: pgsql: Introduce timeout handling framework
Previous Message Tom Lane 2012-07-17 14:07:53 Re: pgsql: Introduce timeout handling framework