@@ -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 new cluster's pg_dump on the old database to minimize
18- whitespace differences 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
20203) 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