We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530d900 commit 59cc8b5Copy full SHA for 59cc8b5
1 file changed
ci_scripts/configure-global-tde.sh
@@ -12,8 +12,6 @@ export PATH=$INSTALL_DIR/bin:$PATH
12
export PGDATA="${1:-$DATA_DIR}"
13
export PGPORT="${2:-5432}"
14
15
-PG_VERSION=$(pg_config --version | sed -n 's/PostgreSQL \([0-9]*\).*/\1/p')
16
-
17
# Replace tools so that postgres' testsuite will use the modified ones
18
cp "$INSTALL_DIR/bin/pg_tde_basebackup" "$INSTALL_DIR/bin/pg_basebackup"
19
cp "$INSTALL_DIR/bin/pg_tde_checksums" "$INSTALL_DIR/bin/pg_checksums"
0 commit comments