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

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: Apply entab fix from Marko Kreen for these problems: - halt.c
Дата
Msg-id 20060711212159.1FE109FB339@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Correct the description of the pg_get_viewdef() function.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Tweak fillfactor code as per my recent proposal.