- Notifications
You must be signed in to change notification settings - Fork5
Commitee85595
committed
> Please find enclose a submission to fix these problems.
>> The patch adds missing the "libpgport.a" file to the installation under> "install-all-headers". It is needed by some contribs. I install the> library in "pkglibdir", but I was wondering whether it should be "libdir"?> I was wondering also whether it would make sense to have a "libpgport.so"?>> It fixes various macros which are used by contrib makefiles, especially> libpq_*dir and LDFLAGS when used under PGXS. It seems to me that they are> needed to>> It adds the ability to test and use PGXS with contribs, with "make> USE_PGXS=1". Without the macro, this is exactly as before, there should be> no difference, esp. wrt the vpath feature that seemed broken by previous> submission. So it should not harm anybody, and it is useful at least to me.>> It fixes some inconsistencies in various contrib makefiles> (useless override, ":=" instead of "=").Fabien COELHO1 parentff8e552 commitee85595
File tree
43 files changed
+430
-241
lines changed- contrib
- btree_gist
- chkpass
- cube
- dbase
- dblink
- dbmirror
- dbsize
- earthdistance
- findoidjoins
- fulltextindex
- fuzzystrmatch
- intagg
- intarray
- isbn_issn
- lo
- ltree
- mSQL-interface
- miscutil
- noupdate
- oid2name
- pg_autovacuum
- pg_dumplo
- pg_logger
- pg_trgm
- pgbench
- pgcrypto
- pgstattuple
- rserv
- rtree_gist
- seg
- spi
- string
- tablefunc
- tips
- tsearch
- tsearch2
- userlock
- vacuumlo
- xml
- xml2
- src
- port
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+430
-241
lines changedLines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 | 2 |
| |
7 | 3 |
| |
8 | 4 |
| |
| |||
16 | 12 |
| |
17 | 13 |
| |
18 | 14 |
| |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 |
| |
| 23 | + |
Lines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 1 | + | |
6 | 2 |
| |
7 | 3 |
| |
8 | 4 |
| |
9 | 5 |
| |
10 | 6 |
| |
11 | 7 |
| |
12 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 |
| |
| 17 | + |
Lines changed: 14 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 1 | + | |
6 | 2 |
| |
7 | 3 |
| |
8 | 4 |
| |
| |||
11 | 7 |
| |
12 | 8 |
| |
13 | 9 |
| |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
14 | 23 |
| |
15 | 24 |
| |
16 | 25 |
| |
| |||
32 | 41 |
| |
33 | 42 |
| |
34 | 43 |
| |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
|
Lines changed: 10 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 1 | + | |
6 | 2 |
| |
7 | 3 |
| |
8 | 4 |
| |
| |||
18 | 14 |
| |
19 | 15 |
| |
20 | 16 |
| |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 |
| |
| 26 | + |
Lines changed: 10 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 1 | + | |
6 | 2 |
| |
7 | 3 |
| |
8 | 4 |
| |
| |||
13 | 9 |
| |
14 | 10 |
| |
15 | 11 |
| |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 |
| |
| 21 | + |
Lines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 1 | + | |
6 | 2 |
| |
7 | 3 |
| |
8 | 4 |
| |
9 | 5 |
| |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 |
| |
| 14 | + |
Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 | 1 |
| |
6 | 2 |
| |
7 | 3 |
| |
8 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 |
| |
| 13 | + |
Lines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 1 | + | |
6 | 2 |
| |
7 | 3 |
| |
8 | 4 |
| |
9 | 5 |
| |
10 | 6 |
| |
11 | 7 |
| |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 |
| |
| 16 | + |
Lines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 1 | + | |
6 | 2 |
| |
7 | 3 |
| |
8 | 4 |
| |
| |||
13 | 9 |
| |
14 | 10 |
| |
15 | 11 |
| |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 |
| |
| 20 | + |
Lines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 1 | + | |
6 | 2 |
| |
7 | 3 |
| |
8 | 4 |
| |
9 | 5 |
| |
10 | 6 |
| |
11 | 7 |
| |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 |
| |
| 16 | + |
Lines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 1 | + | |
6 | 2 |
| |
7 | 3 |
| |
8 | 4 |
| |
9 | 5 |
| |
10 | 6 |
| |
11 | 7 |
| |
12 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 |
| |
| 17 | + |
Lines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
| 5 | + | |
10 | 6 |
| |
11 | 7 |
| |
12 | 8 |
| |
13 | 9 |
| |
14 | 10 |
| |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 |
| |
| 19 | + |
Lines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 1 | + | |
6 | 2 |
| |
7 | 3 |
| |
8 | 4 |
| |
9 | 5 |
| |
10 | 6 |
| |
11 | 7 |
| |
12 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 |
| |
| 17 | + |
Lines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 1 | + | |
6 | 2 |
| |
7 | 3 |
| |
8 | 4 |
| |
9 | 5 |
| |
10 | 6 |
| |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 |
| |
| 15 | + |
Lines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 1 | + | |
6 | 2 |
| |
7 | 3 |
| |
8 | 4 |
| |
9 | 5 |
| |
10 | 6 |
| |
11 | 7 |
| |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 |
| |
| 16 | + |
Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 | 1 |
| |
6 | 2 |
| |
7 | 3 |
| |
| |||
10 | 6 |
| |
11 | 7 |
| |
12 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 |
| |
| 17 | + |
0 commit comments
Comments
(0)