Commit fba790a
committed
Makeover for Unixware 7.1.1
* Makefile: Add more standard targets. Improve shell redirection in GNU
make detection.
* src/backend/access/transam/rmgr.c: Fix incorrect(?) C.
* src/backend/libpq/pqcomm.c (StreamConnection): Work around accept() bug.
* src/include/port/unixware.h: ...with help from here.
* src/backend/nodes/print.c (plannode_type): Remove some "break"s after
"return"s.
* src/backend/tcop/dest.c (DestToFunction): ditto.
* src/backend/nodes/readfuncs.c: Add proper prototypes.
* src/backend/utils/adt/numutils.c (pg_atoi): Cope specially with strtol()
setting EINVAL. This saves us from creating an extra set of regression test
output for the affected systems.
* src/include/storage/s_lock.h (tas): Correct prototype.
* src/interfaces/libpq/fe-connect.c (parseServiceInfo): Don't use variable
as dimension in array definition.
* src/makefiles/Makefile.unixware: Add support for GCC.
* src/template/unixware: same here
* src/test/regress/expected/abstime-solaris-1947.out: Adjust whitespace.
* src/test/regress/expected/horology-solaris-1947.out: Part of this file
was evidently missing.
* src/test/regress/pg_regress.sh: Fix shell. mkdir -p returns non-zero if
the directory exists.
* src/test/regress/resultmap: Add entries for Unixware.1 parent 3c5d000 commit fba790a
File tree
16 files changed
+160
-107
lines changed- src
- backend
- access/transam
- libpq
- nodes
- tcop
- utils/adt
- include
- port
- storage
- interfaces/libpq
- makefiles
- template
- test/regress
- expected
16 files changed
+160
-107
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
58 | 62 | | |
59 | | - | |
| 63 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
335 | 344 | | |
336 | 345 | | |
337 | 346 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
296 | 295 | | |
297 | 296 | | |
298 | | - | |
299 | 297 | | |
300 | 298 | | |
301 | | - | |
302 | 299 | | |
303 | 300 | | |
304 | | - | |
305 | 301 | | |
306 | 302 | | |
307 | | - | |
308 | 303 | | |
309 | 304 | | |
310 | | - | |
311 | 305 | | |
312 | 306 | | |
313 | | - | |
314 | 307 | | |
315 | 308 | | |
316 | | - | |
317 | 309 | | |
318 | 310 | | |
319 | | - | |
320 | 311 | | |
321 | 312 | | |
322 | | - | |
323 | 313 | | |
324 | 314 | | |
325 | | - | |
326 | 315 | | |
327 | 316 | | |
328 | | - | |
329 | 317 | | |
330 | 318 | | |
331 | | - | |
332 | 319 | | |
333 | 320 | | |
334 | | - | |
335 | 321 | | |
336 | 322 | | |
337 | | - | |
338 | 323 | | |
339 | 324 | | |
340 | | - | |
341 | 325 | | |
342 | 326 | | |
343 | | - | |
344 | 327 | | |
345 | 328 | | |
346 | | - | |
347 | 329 | | |
348 | 330 | | |
349 | | - | |
350 | 331 | | |
351 | 332 | | |
352 | | - | |
353 | 333 | | |
354 | 334 | | |
355 | 335 | | |
| |||
0 commit comments