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

Commit52783b2

Browse files
committed
Update pgindent testing instructions.
1 parent8307b09 commit52783b2

File tree

2 files changed

+24
-54
lines changed

2 files changed

+24
-54
lines changed

‎src/tools/pgindent/README

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.40 2010/04/01 14:44:39 adunstan Exp $
1+
$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.41 2010/07/06 19:18:19 momjian Exp $
22

33
pgindent
44
========
@@ -22,10 +22,13 @@ 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.
25+
5) Remove any files that generate errors and restore their original versions.
2626

2727
6) Do a full test build:
2828

29+
run configure
30+
gmake -C src install
31+
gmake -C contrib install
2932
gmake installcheck-world
3033

3134

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp