Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit19cb457

Browse files
committed
Revert pgindent length back to 79 because we are going to fix the BSD
indent bug.
1 parentf9db22e commit19cb457

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)

[8]ページ先頭

©2009-2025 Movatter.jp