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

Commit55cfdd4

Browse files
committed
Mention installing /contrib libraries for pgindent.
1 parent1cc8fb8 commit55cfdd4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎src/tools/pgindent/README

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@ To use pgindent:
55

66
1) Build the source tree with _debug_ symbols and install
77

8-
2) Get the list of _current_ typedefs by running:
8+
2) Install all /contrib libraries
9+
10+
3) Get the list of _current_ typedefs by running:
911

1012
src/tools/find_typedef /usr/local/pgsql/bin /usr/local/pgsql/lib
1113

12-
3) Add the typedef output to the pgindent script.
14+
4) Add the typedef output to the pgindent script.
1315

14-
4) Run 'gmake distclean' from the top of the source tree to remove any
16+
5) Run 'gmake distclean' from the top of the source tree to remove any
1517
derived C files.
1618

17-
5) From the top of the source tree, run:
19+
6) From the top of the source tree, run:
1820

1921
find . -name '*.[ch]' -type f -print |
2022
egrep -v '/s_lock.h|/ecpg/test/expected/|/snowball/libstemmer/' |

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp