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

Commit9e15b47

Browse files
committed
Mention why one C file fails pgindent.
1 parent239d769 commit9e15b47

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/tools/pgindent/README

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.41 2010/07/06 19:18:19 momjian Exp $
1+
$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.42 2010/07/06 19:26:28 momjian Exp $
22

33
pgindent
44
========
@@ -22,7 +22,9 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
2222
egrep -v -f src/tools/pgindent/exclude_file_patterns | \
2323
xargs -n100 pgindent src/tools/pgindent/typedefs.list
2424

25-
5) Remove any files that generate errors and restore their original versions.
25+
5) Remove any files that generate errors and restore their original
26+
versions, e.g. ./src/backend/tsearch/wparser_def.c has problems
27+
because of a DECIMAL listed as a typedef.
2628

2729
6) Do a full test build:
2830

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp