forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit926bbab
committed
Make /contrib install/uninstall script consistent:
remove transactionsuse create or replace functionmake formatting consistentset search patch on first lineAdd documentation on modifying *.sql to set the search patch, andmention that major upgrades should still run the installation scripts.Some of these issues were spotted by Tom today.1 parent541ff40 commit926bbab
File tree
54 files changed
+1068
-1037
lines changed- contrib
- adminpack
- btree_gist
- chkpass
- cube
- dblink
- dict_int
- dict_xsyn
- earthdistance
- fuzzystrmatch
- hstore
- intagg
- intarray
- isn
- lo
- ltree
- pageinspect
- pg_buffercache
- pg_freespacemap
- pg_trgm
- pgcrypto
- pgrowlocks
- pgstattuple
- seg
- sslinfo
- tablefunc
- test_parser
- tsearch2
- uuid-ossp
- xml2
- doc/src/sgml
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+1068
-1037
lines changedLines changed: 36 additions & 25 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 |
| |
2 |
| - | |
| 5 | + | |
3 | 6 |
| |
4 | 7 |
| |
5 | 8 |
| |
6 | 9 |
| |
7 |
| - | |
8 |
| - | |
9 |
| - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
14 | 19 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 |
| |
19 |
| - | |
20 |
| - | |
21 |
| - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
22 | 29 |
| |
23 |
| - | |
24 |
| - | |
25 |
| - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
26 | 34 |
| |
27 | 35 |
| |
28 | 36 |
| |
29 | 37 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
33 | 42 |
| |
34 |
| - | |
35 |
| - | |
36 |
| - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
37 | 47 |
| |
38 |
| - | |
39 |
| - | |
40 |
| - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
41 | 52 |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 |
| |
2 | 5 |
| |
3 | 6 |
| |
|
0 commit comments
Comments
(0)