From: Bruce Momjian Date: Sun, 13 Nov 2005 02:42:24 +0000 (+0000) Subject: Revert pgindent length back to 79 because we are going to fix the BSD X-Git-Tag: REL8_1_1~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=53de65af495167fb99f68f392bad712aff9c533c;p=thirdparty%2Fpostgresql.git Revert pgindent length back to 79 because we are going to fix the BSD indent bug. --- 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.