@@ -59,7 +59,7 @@ trying postgresql://host/db?u%73er=someotheruser&port=12345
5959user='someotheruser' dbname='db' host='host' port='12345' (inet)
6060
6161trying postgresql://host/db?u%7aer=someotheruser&port=12345
62- uri-regress: invalid URI query parameter "uzer"
62+ uri-regress: invalid URI query parameter: "uzer"
6363
6464
6565trying postgresql://host:12345?user=uri-user
@@ -102,55 +102,55 @@ trying postgres://?host=/path/to/socket/dir
102102host='/path/to/socket/dir' (local)
103103
104104trying postgresql://host?uzer=
105- uri-regress: invalid URI query parameter "uzer"
105+ uri-regress: invalid URI query parameter: "uzer"
106106
107107
108108trying postgre://
109109uri-regress: missing "=" after "postgre://" in connection info string
110110
111111
112112trying postgres://[::1
113- uri-regress: end of string reached when looking for matching']' in IPv6 host address in URI: postgres://[::1
113+ uri-regress: end of string reached when looking for matching"]" in IPv6 host address in URI:" postgres://[::1"
114114
115115
116116trying postgres://[]
117- uri-regress: IPv6 host address may not be empty in URI: postgres://[]
117+ uri-regress: IPv6 host address may not be empty in URI:" postgres://[]"
118118
119119
120120trying postgres://[::1]z
121- uri-regress: unexpected'z' at position 17 in URI (expecting ':' or'/' ): postgres://[::1]z
121+ uri-regress: unexpectedcharacter "z" at position 17 in URI (expected ":" or"/" ):" postgres://[::1]z"
122122
123123
124124trying postgresql://host?zzz
125- uri-regress: missing key/value separator'=' in URI query parameter: zzz
125+ uri-regress: missing key/value separator"=" in URI query parameter:" zzz"
126126
127127
128128trying postgresql://host?value1&value2
129- uri-regress: missing key/value separator'=' in URI query parameter: value1
129+ uri-regress: missing key/value separator"=" in URI query parameter:" value1"
130130
131131
132132trying postgresql://host?key=key=value
133- uri-regress: extra key/value separator'=' in URI query parameter: key
133+ uri-regress: extra key/value separator"=" in URI query parameter:" key"
134134
135135
136136trying postgres://host?dbname=%XXfoo
137- uri-regress: invalid percent-encoded token: %XXfoo
137+ uri-regress: invalid percent-encoded token:" %XXfoo"
138138
139139
140140trying postgresql://a%00b
141- uri-regress: forbidden value %00 in percent-encoded value: a%00b
141+ uri-regress: forbidden value %00 in percent-encoded value:" a%00b"
142142
143143
144144trying postgresql://%zz
145- uri-regress: invalid percent-encoded token: %zz
145+ uri-regress: invalid percent-encoded token:" %zz"
146146
147147
148148trying postgresql://%1
149- uri-regress: invalid percent-encoded token:%1
149+ uri-regress: invalid percent-encoded token:"%1"
150150
151151
152152trying postgresql://%
153- uri-regress: invalid percent-encoded token:%
153+ uri-regress: invalid percent-encoded token:"%"
154154
155155
156156trying postgres://@host