small entab cleanup

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема small entab cleanup
Дата
Msg-id e51f66da0607111306q24396581pfff5b385b6387179@mail.gmail.com
обсуждение исходный текст
Ответы Re: small entab cleanup  (Alvaro Herrera <alvherre@commandprompt.com>)
Список 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

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Marko Kreen
Дата:
Сообщение: [patch 7/9] remove file misc.c
Следующее
От: Marko Kreen
Дата:
Сообщение: [patch 2/9] Fortuna tweaks