[HACKERS] pg_bsd_indent 2.0 is available from git.postgresql.org - Mailing list pgsql-hackers

From Tom Lane
Subject [HACKERS] pg_bsd_indent 2.0 is available from git.postgresql.org
Date
Msg-id 8291.1497989867@sss.pgh.pa.us
Whole thread Raw
Responses Re: [HACKERS] pg_bsd_indent 2.0 is available from git.postgresql.org
List pgsql-hackers
I've set up a repo on our git server for the new improved version
of pg_bsd_indent.  Please test it for portability to your favorite
platform(s) by doing

git clone https://git.postgresql.org/git/pg_bsd_indent.git
cd pg_bsd_indent
make -s all
make check

Note you will need a PG installation in your PATH; see
README.pg_bsd_indent for details.

There's no Windows support yet, and I won't be writing that,
but I hope someone else will.

BTW, HEAD's version of pgindent doesn't play with this yet, so
don't overwrite your old copy of pg_bsd_indent quite yet.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [HACKERS] Optional message to user when terminating/cancellingbackend
Next
From: Tom Lane
Date:
Subject: [HACKERS] Re-indent HEAD tomorrow?