aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2015-06-01 11:27:30 -0400
committerBruce Momjian <bruce@momjian.us>2015-06-01 11:27:30 -0400
commitab959cc0ea7ee143e017e18fae23e4269a1ba435 (patch)
tree82d6132912b27d5c1d2c00a7cc4be4e453c014b9 /src
parent50ab76d3c19c95589f4eb19683e25cb88a2506e2 (diff)
downloadpostgresql-ab959cc0ea7ee143e017e18fae23e4269a1ba435.tar.gz
postgresql-ab959cc0ea7ee143e017e18fae23e4269a1ba435.zip
pgindent: add typedef blog URL
Diffstat (limited to 'src')
-rw-r--r--src/tools/pgindent/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README
index 507c3207e3c..878edf697ef 100644
--- a/src/tools/pgindent/README
+++ b/src/tools/pgindent/README
@@ -22,7 +22,8 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
wget -O src/tools/pgindent/typedefs.list http://buildfarm.postgresql.org/cgi-bin/typedefs.pl
- (see http://www.pgbuildfarm.org/cgi-bin/typedefs.pl?show_list for a full list of typedefs)
+ (see http://www.pgbuildfarm.org/cgi-bin/typedefs.pl?show_list for a full list of typedefs,
+ also http://adpgtech.blogspot.com/2015/05/running-pgindent-on-non-core-code-or.html)
6) Run pgindent: