Skip to content

Commit 59cc8b5

Browse files
committed
Remove another code leftover from when we worked on AIO
This commit is analogous to commit 48a5348.
1 parent 530d900 commit 59cc8b5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ci_scripts/configure-global-tde.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ export PATH=$INSTALL_DIR/bin:$PATH
1212
export PGDATA="${1:-$DATA_DIR}"
1313
export PGPORT="${2:-5432}"
1414

15-
PG_VERSION=$(pg_config --version | sed -n 's/PostgreSQL \([0-9]*\).*/\1/p')
16-
1715
# Replace tools so that postgres' testsuite will use the modified ones
1816
cp "$INSTALL_DIR/bin/pg_tde_basebackup" "$INSTALL_DIR/bin/pg_basebackup"
1917
cp "$INSTALL_DIR/bin/pg_tde_checksums" "$INSTALL_DIR/bin/pg_checksums"

0 commit comments

Comments
 (0)