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

Commit38f3c7c

Browse files
committed
Update pg_upgrade testing instructions.
1 parentcbf6550 commit38f3c7c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

‎contrib/pg_upgrade/TESTING

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@ Here are the steps needed to create a regression database dump file:
1313
This database can be created by running 'gmake installcheck' from
1414
src/test/regression.
1515

16-
2) Use pg_dump to dump out the regression database
17-
Use the newcluster's pg_dump on the old database to minimize
18-
whitespacedifferences in the diff.
16+
2) Use pg_dump to dump out the regression database. Use the new
17+
cluster's pg_dump on the old database to minimize whitespace
18+
differences in the diff.
1919

2020
3) Adjust the regression database dump file
2121

22-
a) Change CREATE FUNCTION shared object paths to use '$libdir'
23-
The old and new cluster will have different shared object paths.
24-
25-
d) Perform the load/dump twice
22+
a) Perform the load/dump twice
2623
This fixes problems with the ordering of COPY columns for
2724
inherited tables.
2825

29-
e) Fix any wrapping format differences
26+
b) Change CREATE FUNCTION shared object paths to use '$libdir'
27+
The old and new cluster will have different shared object paths.
28+
29+
c) Fix any wrapping format differences
3030
Commands like CREATE TRIGGER and ALTER TABLE sometimes have
3131
differences.
3232

33-
c) For pre-9.0, change CREATE OR REPLACE LANGUAGE to CREATE LANGUAGE
33+
d) For pre-9.0, change CREATE OR REPLACE LANGUAGE to CREATE LANGUAGE
3434

35-
b) For pre-9.0, remove 'regex_flavor'
35+
e) For pre-9.0, remove 'regex_flavor'
3636

3737
f) For pre-9.0, adjust extra_float_digits
3838
Postgres 9.0 pg_dump uses extra_float_digits=-2 for pre-9.0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp