Skip to content

Commit fac53c1

Browse files
Merge pull request #1 from easel/postgres11
Add support for postgres11 (pg_repack v1.4.4)
2 parents 2525db4 + 5cc6945 commit fac53c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_pg_repack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
apt-get install -y make unzip gcc libssl-dev zlib1g-dev
4-
wget -q -O pg_repack.zip "https://api.pgxn.org/dist/pg_repack/1.4.3/pg_repack-1.4.3.zip"
4+
wget -q -O pg_repack.zip "https://api.pgxn.org/dist/pg_repack/1.4.4/pg_repack-1.4.4.zip"
55
unzip pg_repack.zip && rm pg_repack.zip
66
cd pg_repack-*
77
make && make install

0 commit comments

Comments
 (0)