Re: logical changeset generation v6.1

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: logical changeset generation v6.1
Дата
Msg-id 20130928235621.GA5235@eldon.alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: logical changeset generation v6.1  (Steve Singer <steve@ssinger.info>)
Список pgsql-hackers
Steve Singer wrote:

> I'm still encountering an error in the make.
> 
> make clean
> .
> .make[3]: Entering directory
> `/usr/local/src/postgresql/src/bin/pg_basebackup'
> rm -f pg_basebackup pg_receivexlog pg_recvlogical(X) \
>         pg_basebackup.o pg_receivexlog.o pg_recvlogical.o \
>         receivelog.o streamutil.o
> /bin/sh: 1: Syntax error: "(" unexpected
> make[3]: *** [clean] Error 2
> 
> I had to add a quotes in to the clean commands to make it work

The proper fix is to add a $ to the pg_recvlogical(X) in "clean" -- should be $(X)

There's another bug in the Makefile: the install target is installing
recvlogical$(X) as receivellog$(X).

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: Re: record identical operator - Review
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Suggestion: Issue warning when calling SET TRANSACTION outside transaction block