forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3e87138
committed
From: Darren King <aixssd!darrenk@abs.net>
Subject: [PATCHES] Re: [PORTS] AIX 6.1 fixes...Here are the patches for the two things that wouldn't make it thru the AIXcompiler. The geo_ops.c change is harmless I believe. The nbtcompare.c patchfixes me, but I don't know about any other ports. Maybe wait on that oneuntil Vadim decides what to do about the unsigned vs signed chars varlenaissue.1 parentfce2c41 commit3e87138
File tree
3 files changed
+20
-2699
lines changed- src
- backend
- access/nbtree
- utils/adt
- test/regress/expected
3 files changed
+20
-2699
lines changedLines changed: 3 additions & 2 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 |
| |
| |||
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
137 |
| - | |
138 | 137 |
| |
139 | 138 |
| |
140 | 139 |
| |
| 140 | + | |
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
| |||
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
| 158 | + | |
158 | 159 |
| |
159 | 160 |
| |
160 | 161 |
| |
|
Lines changed: 6 additions & 4 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 |
| |
| |||
986 | 986 |
| |
987 | 987 |
| |
988 | 988 |
| |
989 |
| - | |
| 989 | + | |
| 990 | + | |
990 | 991 |
| |
991 | 992 |
| |
992 | 993 |
| |
| |||
997 | 998 |
| |
998 | 999 |
| |
999 | 1000 |
| |
1000 |
| - | |
| 1001 | + | |
| 1002 | + | |
1001 | 1003 |
| |
1002 | 1004 |
| |
1003 | 1005 |
| |
| |||
2639 | 2641 |
| |
2640 | 2642 |
| |
2641 | 2643 |
| |
2642 |
| - | |
| 2644 | + | |
2643 | 2645 |
| |
2644 | 2646 |
| |
2645 | 2647 |
| |
|
0 commit comments
Comments
(0)