- Notifications
You must be signed in to change notification settings - Fork5
Commitc18bb99

Peter Mount
Ok, I've split todays commit into three, the first two already done had somebits in JDBC & the first set of tools into contrib.This is the third, and deals with enabling JDBC to be compiled with the mainsource.What it does is add a new option to configure: --with-javaThis option tells configure to look for ant (our build tool of choice) andif found, it then compiles both the JDBC driver and the new tools as partof the normal make.Also, when the postgresql install is done, all the .jar files are alsoinstalled into the ${PGLIB}/java directory (thought best to keep then separate)Now I had some conflicts when this applied so could someone please double checkthat everything is ok?Peter
1 parent9142ca2 commitc18bb99
File tree
10 files changed
+643
-833
lines changed- src
- interfaces
- jdbc
10 files changed
+643
-833
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
| 93 | + | |
93 | 94 |
| |
94 | 95 |
|
0 commit comments
Comments
(0)