Commit Graph

5 Commits

Author SHA1 Message Date
Mark Linimon
d68aee973f Fix brain-o with previous commit (error message). 2019-03-30 16:49:09 +00:00
Mark Linimon
1e91a1efe0 Also fails to build on arm* (same error, both 32- and 64-bit):
./src/postgres/include/port/atomics.h:68:10: fatal error: 'port/atomics/arch-arm.h' file not found

Approved by:	portmgr (tier-2 blanket)
2019-03-29 22:34:53 +00:00
Mark Linimon
614eef06fb Mark as NOT_FOR powerpc*.
Approved by:	portmgr (tier-2 blanket)
2019-03-10 03:16:35 +00:00
Kai Knoblich
ff1f20543f databases/py-pglast: Update to 1.2
Changelog:

* Implement new split() function
* Implement BooleanTest printer

https://github.com/lelit/pglast/blob/v1.2/CHANGES.rst

PR:		236338
Submitted by:	Jaroslaw Zurek <j.zurek@fudosecurity.com>
Approved by:	tcberner (mentor), maintainer
Differential Revision:	https://reviews.freebsd.org/D19522
2019-03-09 18:23:45 +00:00
Sunpoet Po-Chuan Hsieh
65db533578 Add py-pglast 1.1
PostgreSQL Languages AST and statements prettifier

Exposes the parse tree of a PostgreSQL statement (extracted by the almost
standard PG parser repackaged as a standalone static library by libpg_query)
as set of interconnected nodes, usually called an abstract syntax tree.

WWW: https://github.com/lelit/pglast

PR:		234855
Submitted by:	Adam Wolk <a.wolk@fudosecurity.com>
2019-01-13 20:10:28 +00:00