pgsql: pgindent: document location of "all" typedef lists

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pgindent: document location of "all" typedef lists
Date: 2015-05-25 20:54:31
Message-ID: E1YwzOJ-0008Kx-7f@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgindent: document location of "all" typedef lists

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3503003eb70c5a56c59afb20b4c7abec6cf9eb86

Modified Files
--------------
src/tools/pgindent/README | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-05-26 01:56:22 pgsql: Fix valgrind's "unaddressable bytes" whining about BRIN code.
Previous Message Tom Lane 2015-05-25 18:13:16 pgsql: Explain CHECK constraint handling in postgres_fdw's IMPORT FOREI