Skip to content

Commit df4606c

Browse files
committed
Also install fdw extension
1 parent db3d4ba commit df4606c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

install.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ make install
1818

1919
cd ../..
2020

21+
cd contrib/postgres_fdw/
22+
23+
make clean
24+
make
25+
make install
26+
27+
cd ../..
28+
2129
./install/bin/initdb -D ./install/data1
2230
./install/bin/initdb -D ./install/data2
2331

0 commit comments

Comments
 (0)