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

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Apply entab fix from Marko Kreen for these problems: - halt.c
Date
Msg-id 20060711212159.1FE109FB339@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: neilc@postgresql.org (Neil Conway)
Date:
Subject: pgsql: Correct the description of the pg_get_viewdef() function.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Tweak fillfactor code as per my recent proposal.