@@ -61,7 +61,6 @@ user='someotheruser' dbname='db' host='host' port='12345' (inet)
6161trying postgresql://host/db?u%7aer=someotheruser&port=12345
6262uri-regress: invalid URI query parameter: "uzer"
6363
64-
6564trying postgresql://host:12345?user=uri-user
6665user='uri-user' host='host' port='12345' (inet)
6766
@@ -104,55 +103,42 @@ host='/path/to/socket/dir' (local)
104103trying postgresql://host?uzer=
105104uri-regress: invalid URI query parameter: "uzer"
106105
107-
108106trying postgre://
109107uri-regress: missing "=" after "postgre://" in connection info string
110108
111-
112109trying postgres://[::1
113110uri-regress: end of string reached when looking for matching "]" in IPv6 host address in URI: "postgres://[::1"
114111
115-
116112trying postgres://[]
117113uri-regress: IPv6 host address may not be empty in URI: "postgres://[]"
118114
119-
120115trying postgres://[::1]z
121116uri-regress: unexpected character "z" at position 17 in URI (expected ":" or "/"): "postgres://[::1]z"
122117
123-
124118trying postgresql://host?zzz
125119uri-regress: missing key/value separator "=" in URI query parameter: "zzz"
126120
127-
128121trying postgresql://host?value1&value2
129122uri-regress: missing key/value separator "=" in URI query parameter: "value1"
130123
131-
132124trying postgresql://host?key=key=value
133125uri-regress: extra key/value separator "=" in URI query parameter: "key"
134126
135-
136127trying postgres://host?dbname=%XXfoo
137128uri-regress: invalid percent-encoded token: "%XXfoo"
138129
139-
140130trying postgresql://a%00b
141131uri-regress: forbidden value %00 in percent-encoded value: "a%00b"
142132
143-
144133trying postgresql://%zz
145134uri-regress: invalid percent-encoded token: "%zz"
146135
147-
148136trying postgresql://%1
149137uri-regress: invalid percent-encoded token: "%1"
150138
151-
152139trying postgresql://%
153140uri-regress: invalid percent-encoded token: "%"
154141
155-
156142trying postgres://@host
157143host='host' (inet)
158144
0 commit comments