Skip to content

Commit

Permalink
Remove 32-bit Windows column in Windows Download table
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
danielgustafsson committed Feb 18, 2025
1 parent ec7b5ae commit f679398
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions templates/pages/download/windows.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,39 +59,32 @@ <h3>Platform support</h3>
<tr>
<th>Postgres Version</th>
<th>64 Bit Windows Platforms</th>
<th>32 Bit Windows Platforms</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">17</th>
<td>2022, 2019</td>
<td>&nbsp;</td>
</tr>
<tr>
<th scope="row">16</th>
<td>2022, 2019</td>
<td>&nbsp;</td>
</tr>
<tr>
<th scope="row">15</th>
<td>2019, 2016</td>
<td>&nbsp;</td>
</tr>
<tr>
<th scope="row">14</th>
<td>2019, 2016</td>
<td>&nbsp;</td>
</tr>
<tr>
<th scope="row">13</th>
<td>2019, 2016</td>
<td>&nbsp;</td>
</tr>
<tr>
<th scope="row">12</th>
<td>2019, 2016, 2012 R2</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit f679398

Please sign in to comment.