Re: Missing parse_merge.h?

From: Satoshi Nagayasu <snaga(at)uptime(dot)jp>
To: Pavan Deolasee <pavan(dot)deolasee(at)gmail(dot)com>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Missing parse_merge.h?
Date: 2018-04-03 09:14:13
Message-ID: CAA8sozd7scOLEO30XKbsFSAcJ64E690BLG25ZM3y7=Wm-ptUAw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2018-04-03 18:11 GMT+09:00 Pavan Deolasee <pavan(dot)deolasee(at)gmail(dot)com>:
>
>
> On Tue, Apr 3, 2018 at 2:37 PM, Satoshi Nagayasu <snaga(at)uptime(dot)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, I will be waiting for the fix.

Regards,
--
Satoshi Nagayasu <snaga(at)uptime(dot)jp>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2018-04-03 09:22:51 Re: Commit 4dba331cb3 broke ATTACH PARTITION behaviour.
Previous Message Pavan Deolasee 2018-04-03 09:11:10 Re: Missing parse_merge.h?