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

Commit748fab8

Browse files
committed
Prevent pgindent from being run on odbc in the future.
1 parentf07c7bf commit748fab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/tools/pgindent/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This can format all PostgreSQL *.c and *.h files, excluding libpq++,
33

44
On 09/06/1997, from the top directory, I ran:
55

6-
find . -name '*.[ch]' -type f -print | grep -v '++' | xargs -n100 pgindent
6+
find . -name '*.[ch]' -type f -print | grep -v '++' |grep -v '/odbc/' |xargs -n100 pgindent
77

88
The stock BSD indent has two bugs. First, a comment after the word 'else'
99
causes the rest of the file to be ignored. Second, it silently ignores

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp