forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0624f3d
committed
My mailer munged the intro text in my last post. Here is the text
in a more readable form. -- I am submitting the following patchesto the June 6, 1998 snapshot of PostgreSQL. These patches implementa port of PostgreSQL to SCO UnixWare 7, and updates the Univel port(UnixWare 2.x). The patched files, and the reason for the patch are:File Reason for the patch ------------------------------------------------------------------------------src/backend/port/dynloader/unixware.c src/backend/port/dynloader/unixware.hsrc/include/port/unixware.h src/makefiles/Makefile.unixwaresrc/template/unixwareCreated for the UNIXWARE port.src/include/port/univel.hModifed this file to work with the changes made tos_lock.[ch].src/backend/storage/buffer/s_lock.c src/include/storage/s_lock.hMoved the UNIXWARE (and Univel) tas() function froms_lock.c to s_lock.h. The UnixWare compiler asmconstruct is treated as a macro and needs to be inthe s_lock.h file. I also reworked the tas()function to correct some errors in the code.src/include/version.h.inThe use of the ## operator with quoted strings inthe VERSION macro caused problems with the UnixWareC compiler. I removed the ## operators since theywere not needed in this case. The macro expandsinto a sequence of quoted strings that will beconcatenated by any ANSI C compiler.src/config.guessThis script was modified to recognize SCO UnixWare7.src/configure src/configure.inThe configure script was modified to recognize SCOUnixWare 7.Billy G. Allie1 parent5b4ca67 commit0624f3d
File tree
10 files changed
+103
-14
lines changed- src
- backend/port/dynloader
- include
- port
- storage
- makefiles
- template
10 files changed
+103
-14
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + |
Lines changed: 34 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + |
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
450 | 450 |
| |
451 | 451 |
| |
452 | 452 |
| |
| 453 | + | |
| 454 | + | |
| 455 | + | |
453 | 456 |
| |
454 | 457 |
| |
455 | 458 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
626 | 626 |
| |
627 | 627 |
| |
628 | 628 |
| |
| 629 | + | |
629 | 630 |
| |
630 | 631 |
| |
631 | 632 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| 35 | + | |
35 | 36 |
| |
36 | 37 |
| |
37 | 38 |
| |
|
Lines changed: 32 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + |
Lines changed: 11 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
191 |
| - | |
| 191 | + | |
192 | 192 |
| |
193 | 193 |
| |
194 |
| - | |
| 194 | + | |
195 | 195 |
| |
196 | 196 |
| |
197 |
| - | |
198 |
| - | |
199 |
| - | |
200 |
| - | |
201 |
| - | |
202 |
| - | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
203 | 201 |
| |
204 |
| - | |
205 |
| - | |
| 202 | + | |
| 203 | + | |
206 | 204 |
| |
207 |
| - | |
| 205 | + | |
| 206 | + | |
208 | 207 |
| |
209 | 208 |
| |
210 | 209 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + |
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + |
0 commit comments
Comments
(0)