Postgres test: Create socket in /tmp instead of current directory
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 28 Feb 2012 20:47:09 +0000 (21:47 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 29 Feb 2012 17:58:01 +0000 (18:58 +0100)
commit0a4544e34a22ea4b20af434d222524eda0f010f6
tree02a7c14c83ec30c5b9cf7ef5e0dd68ce4a9fbec2
parent3e4d8e23c3786fa0f7762625092d17b0537a093d
Postgres test: Create socket in /tmp instead of current directory

It seems that some systems do not allow unix domain sockets with long
pathnames.  This change therefore creates a directory in /tmp using
the mktemp command.
tests/language/data-io/get-data-psql.at