Re: Missing parse_merge.h?

Поиск
Список
Период
Сортировка
От Pavan Deolasee
Тема Re: Missing parse_merge.h?
Дата
Msg-id CABOikdPD3QeBLzzVDKQVg+np-UBWtJ_N2_Zrve2DHkq-8iSUAg@mail.gmail.com
обсуждение исходный текст
Ответ на Missing parse_merge.h?  (Satoshi Nagayasu <snaga@uptime.jp>)
Ответы Re: Missing parse_merge.h?  (Satoshi Nagayasu <snaga@uptime.jp>)
Список pgsql-hackers


On Tue, Apr 3, 2018 at 2:37 PM, Satoshi Nagayasu <snaga@uptime.jp> wrote:
Hi,

I just got a compile error as below on the latest HEAD.
-----------------------
gcc -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing
-fwrapv -fexcess-precision=standard -g -O2 -I. -I.
-I../../../src/include  -D_GNU_SOURCE   -c -o analyze.o analyze.c

analyze.c:41:32: fatal error: parser/parse_merge.h: No such file or directory

#include "parser/parse_merge.h"

                               ^

compilation terminated.

make[3]: *** [analyze.o] Error 1
-----------------------

The latest commit [1] looks missing parse_merge.h.
Or did I make some mistake on building?


Looks like Simon forgot to add new files in that commit. I am trying to get in touch with him so that he can add the missing files and correct the situation. Sorry for the trouble.

Thanks,
Pavan

--
 Pavan Deolasee                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: [HACKERS] [PATCH] Incremental sort
Следующее
От: Satoshi Nagayasu
Дата:
Сообщение: Re: Missing parse_merge.h?