Skip to content

OrderLab/perfIsolation-PostgreSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#PostgreSQL

Build

export PSANDBOXDIR=/DIR/TO/PSANDBOX/LIB
export LD_LIBRARY_PATH=/DIR/TO/PSANDBOX/LIB/BUILD
./compile.sh

Running the PostgreSQL

cd dist
./bin/initdb -D data/
./bin/postgres -D data/ --config-file=data/postgresql.conf 
./bin/createdb test
./bin/psql test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published