Missing parse_merge.h?

Поиск
Список
Период
Сортировка
От Satoshi Nagayasu
Тема Missing parse_merge.h?
Дата
Msg-id CAA8sozcsJWhKVkRTKKT+HVR61OTccrpjaauaOPr5KutkXBYGtA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Missing parse_merge.h?  (Pavan Deolasee <pavan.deolasee@gmail.com>)
Список pgsql-hackers
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?

Regards,

[1] https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=d204ef63776b8a00ca220adec23979091564e465
-- 
Satoshi Nagayasu <snaga@uptime.jp>


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Changing WAL Header to reduce contention duringReserveXLogInsertLocation()
Следующее
От: Alexander Korotkov
Дата:
Сообщение: Re: [HACKERS] [PATCH] Incremental sort