mirror of
https://github.com/vrana/adminer.git
synced 2025-08-17 12:00:41 +02:00
Add comment
This commit is contained in:
@@ -389,6 +389,7 @@ ORDER BY 1";
|
|||||||
function table_status($name = "") {
|
function table_status($name = "") {
|
||||||
static $has_size;
|
static $has_size;
|
||||||
if ($has_size === null) {
|
if ($has_size === null) {
|
||||||
|
// https://github.com/cockroachdb/cockroach/issues/40391
|
||||||
$has_size = get_val("SELECT 'pg_table_size'::regproc");
|
$has_size = get_val("SELECT 'pg_table_size'::regproc");
|
||||||
}
|
}
|
||||||
$return = array();
|
$return = array();
|
||||||
|
Reference in New Issue
Block a user