From b04be48ca7aaeb22e958340f577855d958980a59 Mon Sep 17 00:00:00 2001 From: Conor Brady Date: Tue, 19 Nov 2024 15:07:02 -0800 Subject: [PATCH] Extra spaces (#4116) --- openshift/pgslice/docker/fill_partition_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/pgslice/docker/fill_partition_data.sh b/openshift/pgslice/docker/fill_partition_data.sh index d050ea139..a7556a61b 100755 --- a/openshift/pgslice/docker/fill_partition_data.sh +++ b/openshift/pgslice/docker/fill_partition_data.sh @@ -49,7 +49,7 @@ then exit 1 fi -export PGSLICE_URL = "postgresql://${PG_USER}:${PG_PASSWORD}@${PG_HOSTNAME}:${PG_PORT}/${PG_DATABASE}" +export PGSLICE_URL="postgresql://${PG_USER}:${PG_PASSWORD}@${PG_HOSTNAME}:${PG_PORT}/${PG_DATABASE}" # Fill the partitions with data from the original table pgslice fill $TABLE # Analyze for query planner