Skip to content

Commit 2569159

Browse files
committed
Small fix to kill_idle_xact.sh, took out extranious doc line.
1 parent 36e8632 commit 2569159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administration/kill_idle_xact_91.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ SELECT array_to_string(ARRAY[ now()::TEXT,
6161
FROM idles
6262
ORDER BY xact_start;"
6363

64-
psql -q -t -c "${KILLQUERY}"
64+
$PSQL -q -t -c "${KILLQUERY}"
6565

6666
exit 0
6767

0 commit comments

Comments
 (0)