small entab cleanup - Mailing list pgsql-patches

From Marko Kreen
Subject small entab cleanup
Date
Msg-id e51f66da0607111306q24396581pfff5b385b6387179@mail.gmail.com
Whole thread Raw
Responses Re: small entab cleanup
List pgsql-patches
I happened to compile entab once again and found couple 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.

this fixes them.

--
marko

Attachment

pgsql-patches by date:

Previous
From: Marko Kreen
Date:
Subject: [patch 7/9] remove file misc.c
Next
From: Marko Kreen
Date:
Subject: [patch 2/9] Fortuna tweaks