Skip to content

Commit 19cb457

Browse files
committed
Revert pgindent length back to 79 because we are going to fix the BSD
indent bug.
1 parent f9db22e commit 19cb457

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/tools/pgindent/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ files.
44
Get the list of typedef's included in pgindent by running this on the
55
pgsql/bin and pgsql/lib directories:
66

7-
/src/tools/find_typedef
7+
/src/tools/find_typedef /usr/local/pgsql/bin /usr/local/pgsql/lib
88

99
and update the list in pgindent. This requires the binaries have debug
1010
symbols.

src/tools/pgindent/pgindent

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,7 @@ do
104104
sed 's;^CATALOG(.*$;/*&*/;' >/tmp/$$a
105105

106106
# We get the list of typedef's from /src/tools/find_typedef
107-
# BSD indent sometimes goes 1-3 characters after the -l length
108-
# so we have to set it a little lower than the value we want
109-
indent -bad -bap -bc -bl -d0 -cdb -nce -nfc1 -di12 -i4 -l77 \
107+
indent -bad -bap -bc -bl -d0 -cdb -nce -nfc1 -di12 -i4 -l79 \
110108
-lp -nip -npro -bbb $EXTRA_OPTS \
111109
-TAES_KEY \
112110
-TASN1_BIT_STRING \

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy