pgsql: Apply entab fix from Marko Kreen for these problems: - halt.c

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Apply entab fix from Marko Kreen for these problems: - halt.c
Date: 2006-07-11 21:21:59
Message-ID: 20060711212159.1FE109FB339@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Apply entab fix from Marko Kreen for these problems:

- halt.c did not include stdlib.h, thus missed exit() prototype
- Makefile ignores BINDIR for install.
- Makefile calls install with user/group args, thus failing for regular user.

While trying it I noticed that the Makefile does not support VPATH builds ...

Modified Files:
--------------
pgsql/src/tools/entab:
Makefile (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/entab/Makefile.diff?r1=1.1&r2=1.2)
halt.c (r1.9 -> r1.10)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/entab/halt.c.diff?r1=1.9&r2=1.10)

Browse pgsql-committers by date

  From Date Subject
Next Message Joe Conway 2006-07-12 02:31:56 pgsql: Clean up for warning: fe-auth.c:573: warning: passing argument
Previous Message Tom Lane 2006-07-11 21:05:57 pgsql: Tweak fillfactor code as per my recent proposal.