1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-18 12:21:24 +02:00

PostgreSQL: Fix index size computation in PostgreSQL < 9.0 (reverts 4c78976c)

This commit is contained in:
Jakub Vrana
2017-04-08 19:32:29 +02:00
parent 22d0cf4171
commit f556f6acb1
3 changed files with 5 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
<?php
$VERSION = "4.3.0";
$VERSION = "4.3.1-dev";