1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-16 03:24:01 +02:00

Add comment

This commit is contained in:
Jakub Vrana
2025-03-09 07:26:56 +01:00
parent 7512bc2d51
commit 47ccd9b44d

View File

@@ -389,6 +389,7 @@ ORDER BY 1";
function table_status($name = "") {
static $has_size;
if ($has_size === null) {
// https://github.com/cockroachdb/cockroach/issues/40391
$has_size = get_val("SELECT 'pg_table_size'::regproc");
}
$return = array();