Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit 49d76a2

Browse files
committed
Merge branch '233-f005_index_bloat-sh-is-broken-in-ctnos' into 'master'
Resolve "F005_index_bloat.sh is broken in CentOS" Closes #233 See merge request postgres-ai-team/postgres-checkup!204
2 parents df20e69 + 1f6c7a5 commit 49d76a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/checks/F005_index_bloat.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ ${CHECK_HOST_CMD} "${_PSQL} -f -" <<SQL
44
with data as (
55
$sql
66
)
7-
select json_object_agg(data."Index (Table)", data) as json from data;
7+
select json_object_agg(data."Index (Table)", data) as json from data
8+
SQL
9+

0 commit comments

Comments
 (0)