Skip to content

Commit

Permalink
Extra spaces (#4116)
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad authored Nov 19, 2024
1 parent 3967088 commit b04be48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/pgslice/docker/fill_partition_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b04be48

Please sign in to comment.