mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 03:24:01 +02:00
Add comment
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user