pgsql: Properly install gram.h on MSVC builds

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Properly install gram.h on MSVC builds
Date: 2011-01-09 14:41:01
Message-ID: E1PbwS5-0004mp-Su@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Properly install gram.h on MSVC builds

This file is now needed by pgAdmin builds, which started
failing since it was missing in the installer builds.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=3457514c2d9bac552d4caeb1d3ac5a8d03d3a439

Modified Files
--------------
src/tools/msvc/Install.pm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2011-01-09 16:05:02 pgsql: Ensure the directory for gram.h is created on win32
Previous Message Magnus Hagander 2011-01-09 14:09:45 pgsql: Add pgreadlink() on Windows to read junction points

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2011-01-09 14:53:28 Re: system views for walsender activity
Previous Message Hannu Valtonen 2011-01-09 14:33:56 Re: Support for negative index values in array fetching