Add build infrastructure to build in Postgres environment.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 20 Jun 2017 19:09:25 +0000 (15:09 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 20 Jun 2017 19:09:25 +0000 (15:09 -0400)
commit456f854a313e967c3aeb9a6395e2552c132a5162
treeef5d9c16bb216f31aef5145f5b884a1903ea3860
parentc8cfba85a9e3c2920d987ce6103ccc22b2554e71
Add build infrastructure to build in Postgres environment.

Add a Makefile that works with the PGXS infrastructure.

Add err.h and err.c, taken from FreeBSD 11 and cut down to just
the minimum support needed by indent.

Add README.pg_bsd_indent with simple build instructions,
and .gitignore.
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.pg_bsd_indent [new file with mode: 0644]
err.c [new file with mode: 0644]
err.h [new file with mode: 0644]