From: | Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com> |
---|---|
To: | Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru> |
Cc: | David Steele <david(at)pgmasters(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>, Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>, Robert Haas <robertmhaas(at)gmail(dot)com>, Oleg Bartunov <obartunov(at)gmail(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: jsonpath |
Date: | 2018-06-28 02:39:46 |
Message-ID: | CAEepm=0jJ4fkEWLHc2Rqt5F4Und6qd+60pxFQmCnbf0nYYjrcg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Jun 28, 2018 at 11:38 AM, Nikita Glukhov
<n(dot)gluhov(at)postgrespro(dot)ru> wrote:
> Attached 15th version of the patches.
Hi Nikita,
I wonder why the Windows build scripts are not finding and processing
your new .y and .l files:
https://ci.appveyor.com/project/postgresql-cfbot/postgresql/build/1.0.3672
Perhaps Mkvcbuild.pm needs to be told about them? For example, it has this:
$postgres->AddFiles('src/backend/parser', 'scan.l', 'gram.y');
PS If you need a way to test on Windows but don't have a local Windows
build system, this may be useful:
https://wiki.postgresql.org/wiki/Continuous_Integration
--
Thomas Munro
http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Langote | 2018-06-28 02:50:13 | Re: partition tree inspection functions |
Previous Message | Michael Paquier | 2018-06-28 02:27:21 | Re: Monitoring time of fsyncing WALs |