zopsicle / adatip

Heavy work in progress.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Use Unix sockets instead of TCP sockets for communicating with PostgreSQL #42

Closed zopsicle closed 3 years ago

zopsicle commented 3 years ago

Currently PostgreSQL listens on TCP. But this is inconvenient with the tests because we need unique port numbers when testing in parallel. Using a Unix socket, the socket can reside in the data directory, and is specific to each instance of PostgreSQL.