File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ function wait_for_pg()
1616 done
1717}
1818
19+ ls -la /home/pgedge/
20+ ls -la /home/pgedge/pgedge
21+ . pg${PG_VER} /pg${PG_VER} .env
22+ echo ' export LD_LIBRARY_PATH=/home/pgedge/pgedge/pg${PG_VER}/lib:$LD_LIBRARY_PATH' >> /home/pgedge/.bashrc
23+ echo ' export LD_LIBRARY_PATH=/usr/lib64:$LD_LIBRARY_PATH' >> /home/pgedge/.bashrc
24+ echo ' export PATH=/home/pgedge/pgedge/pg${PG_VER}/bin:$PATH' >> /home/pgedge/.bashrc
1925. /home/pgedge/.bashrc
2026
2127echo " ==========Installing Spockbench=========="
@@ -44,7 +50,7 @@ track_commit_timestamp = on
4450max_locks_per_transaction = 1000
4551
4652# Connection settings
47- unix_socket_directories = '/tmp'
53+ # unix_socket_directories = '/tmp'
4854listen_addresses = '*'
4955port = 5432
5056
You can’t perform that action at this time.
0 commit comments