Skip to content

Commit f679398

Browse files
Remove 32-bit Windows column in Windows Download table
The table describing platform support for Windows downloads still had a column for 32-bit Windows platforms which was all empty. Reviewed-by: Magnus Hagander <[email protected]> Discussion: https://postgr.es/m/[email protected]
1 parent ec7b5ae commit f679398

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: templates/pages/download/windows.html

-7
Original file line numberDiff line numberDiff line change
@@ -59,39 +59,32 @@ <h3>Platform support</h3>
5959
<tr>
6060
<th>Postgres Version</th>
6161
<th>64 Bit Windows Platforms</th>
62-
<th>32 Bit Windows Platforms</th>
6362
</tr>
6463
</thead>
6564
<tbody>
6665
<tr>
6766
<th scope="row">17</th>
6867
<td>2022, 2019</td>
69-
<td>&nbsp;</td>
7068
</tr>
7169
<tr>
7270
<th scope="row">16</th>
7371
<td>2022, 2019</td>
74-
<td>&nbsp;</td>
7572
</tr>
7673
<tr>
7774
<th scope="row">15</th>
7875
<td>2019, 2016</td>
79-
<td>&nbsp;</td>
8076
</tr>
8177
<tr>
8278
<th scope="row">14</th>
8379
<td>2019, 2016</td>
84-
<td>&nbsp;</td>
8580
</tr>
8681
<tr>
8782
<th scope="row">13</th>
8883
<td>2019, 2016</td>
89-
<td>&nbsp;</td>
9084
</tr>
9185
<tr>
9286
<th scope="row">12</th>
9387
<td>2019, 2016, 2012 R2</td>
94-
<td>&nbsp;</td>
9588
</tr>
9689
</tbody>
9790
</table>

0 commit comments

Comments
 (0)