summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/test
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2015-03-11 17:01:30 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2015-03-11 17:04:27 -0300
commitd4d7777548ed3ea2ca579003e37f9df4d0e0ab9e (patch)
tree70f8da23c40861bd437c32d9238c305ce6d7a3f1 /src/interfaces/libpq/test
parent890192e99af5db1d15d5bb73f3f1044faa1d2758 (diff)
downloadpostgresql-d4d7777548ed3ea2ca579003e37f9df4d0e0ab9e.tar.gz
Fix libpq test expected output file
Evidently, this test is not run very frequently ...
Diffstat (limited to 'src/interfaces/libpq/test')
-rw-r--r--src/interfaces/libpq/test/expected.out14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/interfaces/libpq/test/expected.out b/src/interfaces/libpq/test/expected.out
index c43029d3da..d375e82b4a 100644
--- a/src/interfaces/libpq/test/expected.out
+++ b/src/interfaces/libpq/test/expected.out
@@ -61,7 +61,6 @@ user='someotheruser' dbname='db' host='host' port='12345' (inet)
trying postgresql://host/db?u%7aer=someotheruser&port=12345
uri-regress: invalid URI query parameter: "uzer"
-
trying postgresql://host:12345?user=uri-user
user='uri-user' host='host' port='12345' (inet)
@@ -104,55 +103,42 @@ host='/path/to/socket/dir' (local)
trying postgresql://host?uzer=
uri-regress: invalid URI query parameter: "uzer"
-
trying postgre://
uri-regress: missing "=" after "postgre://" in connection info string
-
trying postgres://[::1
uri-regress: end of string reached when looking for matching "]" in IPv6 host address in URI: "postgres://[::1"
-
trying postgres://[]
uri-regress: IPv6 host address may not be empty in URI: "postgres://[]"
-
trying postgres://[::1]z
uri-regress: unexpected character "z" at position 17 in URI (expected ":" or "/"): "postgres://[::1]z"
-
trying postgresql://host?zzz
uri-regress: missing key/value separator "=" in URI query parameter: "zzz"
-
trying postgresql://host?value1&value2
uri-regress: missing key/value separator "=" in URI query parameter: "value1"
-
trying postgresql://host?key=key=value
uri-regress: extra key/value separator "=" in URI query parameter: "key"
-
trying postgres://host?dbname=%XXfoo
uri-regress: invalid percent-encoded token: "%XXfoo"
-
trying postgresql://a%00b
uri-regress: forbidden value %00 in percent-encoded value: "a%00b"
-
trying postgresql://%zz
uri-regress: invalid percent-encoded token: "%zz"
-
trying postgresql://%1
uri-regress: invalid percent-encoded token: "%1"
-
trying postgresql://%
uri-regress: invalid percent-encoded token: "%"
-
trying postgres://@host
host='host' (inet)