forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6af0827
committed
Fix InitializeRelfilenumberMap for05d4cbf
Since relfilenodes are now 56-bits, we use bigint as the SQL typeto represent them, which means F_INT8EQ must be used here ratherthan F_OIDEQ. On 64-bit machines this doesn't matter, but 32-bitmachines are unhappy.Dilip KumarDiscussion:http://postgr.es/m/CAFiTN-t71ciSckMzixAhrF9py7oRO6xszKi4mTRwjuucXr5tpw@mail.gmail.com1 parent0222be1 commit6af0827
1 file changed
+13
-11
lines changedLines changed: 13 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
92 | 91 |
| |
93 | 92 |
| |
94 | 93 |
| |
| |||
97 | 96 |
| |
98 | 97 |
| |
99 | 98 |
| |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
110 | 105 |
| |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
111 | 113 |
| |
112 | 114 |
| |
113 | 115 |
| |
|
0 commit comments
Comments
(0)