aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-11-13 02:42:24 +0000
committerBruce Momjian <bruce@momjian.us>2005-11-13 02:42:24 +0000
commit53de65af495167fb99f68f392bad712aff9c533c (patch)
treead88f16c1aa516e1335a4e676a5e68894842a779 /src
parent6f90fd69488bc2c019f26a3250657bf3ba041481 (diff)
downloadpostgresql-53de65af495167fb99f68f392bad712aff9c533c.tar.gz
postgresql-53de65af495167fb99f68f392bad712aff9c533c.zip
Revert pgindent length back to 79 because we are going to fix the BSD
indent bug.
Diffstat (limited to 'src')
-rw-r--r--src/tools/pgindent/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README
index ce64a263b06..a4cd2fc2fcf 100644
--- a/src/tools/pgindent/README
+++ b/src/tools/pgindent/README
@@ -4,7 +4,7 @@ files.
Get the list of typedef's included in pgindent by running this on the
pgsql/bin and pgsql/lib directories:
- /src/tools/find_typedef
+ /src/tools/find_typedef /usr/local/pgsql/bin /usr/local/pgsql/lib
and update the list in pgindent. This requires the binaries have debug
symbols.