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

Commit812bf69

Browse files
committed
Mention use all configure options when getting pgindent typedefs.
1 parent55cfdd4 commit812bf69

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

‎src/tools/pgindent/README

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,22 @@ files.
33

44
To use pgindent:
55

6-
1) Build the source tree with _debug_ symbols andinstall
6+
1) Build the source tree with _debug_ symbols andall possible configure options
77

8-
2) Installall /contrib libraries
8+
2) Installto /usr/local/pgsql
99

10-
3) Get the list of _current_ typedefs by running:
10+
3) Install all /contrib libraries
11+
12+
4) Get the list of _current_ typedefs by running:
1113

1214
src/tools/find_typedef /usr/local/pgsql/bin /usr/local/pgsql/lib
1315

14-
4) Add the typedef output to the pgindent script.
16+
5) Add the typedef output to the pgindent script.
1517

16-
5) Run 'gmake distclean' from the top of the source tree to remove any
18+
6) Run 'gmake distclean' from the top of the source tree to remove any
1719
derived C files.
1820

19-
6) From the top of the source tree, run:
21+
7) From the top of the source tree, run:
2022

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp