Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
d4d77775
Commit
d4d77775
authored
Mar 11, 2015
by
Alvaro Herrera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix libpq test expected output file
Evidently, this test is not run very frequently ...
parent
890192e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
src/interfaces/libpq/test/expected.out
src/interfaces/libpq/test/expected.out
+0
-14
No files found.
src/interfaces/libpq/test/expected.out
View file @
d4d77775
...
@@ -61,7 +61,6 @@ user='someotheruser' dbname='db' host='host' port='12345' (inet)
...
@@ -61,7 +61,6 @@ user='someotheruser' dbname='db' host='host' port='12345' (inet)
trying postgresql://host/db?u%7aer=someotheruser&port=12345
trying postgresql://host/db?u%7aer=someotheruser&port=12345
uri-regress: invalid URI query parameter: "uzer"
uri-regress: invalid URI query parameter: "uzer"
trying postgresql://host:12345?user=uri-user
trying postgresql://host:12345?user=uri-user
user='uri-user' host='host' port='12345' (inet)
user='uri-user' host='host' port='12345' (inet)
...
@@ -104,55 +103,42 @@ host='/path/to/socket/dir' (local)
...
@@ -104,55 +103,42 @@ host='/path/to/socket/dir' (local)
trying postgresql://host?uzer=
trying postgresql://host?uzer=
uri-regress: invalid URI query parameter: "uzer"
uri-regress: invalid URI query parameter: "uzer"
trying postgre://
trying postgre://
uri-regress: missing "=" after "postgre://" in connection info string
uri-regress: missing "=" after "postgre://" in connection info string
trying postgres://[::1
trying postgres://[::1
uri-regress: end of string reached when looking for matching "]" in IPv6 host address in URI: "postgres://[::1"
uri-regress: end of string reached when looking for matching "]" in IPv6 host address in URI: "postgres://[::1"
trying postgres://[]
trying postgres://[]
uri-regress: IPv6 host address may not be empty in URI: "postgres://[]"
uri-regress: IPv6 host address may not be empty in URI: "postgres://[]"
trying postgres://[::1]z
trying postgres://[::1]z
uri-regress: unexpected character "z" at position 17 in URI (expected ":" or "/"): "postgres://[::1]z"
uri-regress: unexpected character "z" at position 17 in URI (expected ":" or "/"): "postgres://[::1]z"
trying postgresql://host?zzz
trying postgresql://host?zzz
uri-regress: missing key/value separator "=" in URI query parameter: "zzz"
uri-regress: missing key/value separator "=" in URI query parameter: "zzz"
trying postgresql://host?value1&value2
trying postgresql://host?value1&value2
uri-regress: missing key/value separator "=" in URI query parameter: "value1"
uri-regress: missing key/value separator "=" in URI query parameter: "value1"
trying postgresql://host?key=key=value
trying postgresql://host?key=key=value
uri-regress: extra key/value separator "=" in URI query parameter: "key"
uri-regress: extra key/value separator "=" in URI query parameter: "key"
trying postgres://host?dbname=%XXfoo
trying postgres://host?dbname=%XXfoo
uri-regress: invalid percent-encoded token: "%XXfoo"
uri-regress: invalid percent-encoded token: "%XXfoo"
trying postgresql://a%00b
trying postgresql://a%00b
uri-regress: forbidden value %00 in percent-encoded value: "a%00b"
uri-regress: forbidden value %00 in percent-encoded value: "a%00b"
trying postgresql://%zz
trying postgresql://%zz
uri-regress: invalid percent-encoded token: "%zz"
uri-regress: invalid percent-encoded token: "%zz"
trying postgresql://%1
trying postgresql://%1
uri-regress: invalid percent-encoded token: "%1"
uri-regress: invalid percent-encoded token: "%1"
trying postgresql://%
trying postgresql://%
uri-regress: invalid percent-encoded token: "%"
uri-regress: invalid percent-encoded token: "%"
trying postgres://@host
trying postgres://@host
host='host' (inet)
host='host' (inet)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment