8000 Changed expected result to list IPv6 local interface too. · koderP/postgres@8688987 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8688987

Browse files
author
Michael Meskes
committed
Changed expected result to list IPv6 local interface too.
1 parent fc1ae7d commit 8688987

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/interfaces/ecpg/test/expected/connect-test1.stderr

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[NO_PID]: sqlca: code: 0, state: 00000
77
[NO_PID]: ecpg_execute on line 23: using PQexec
88
[NO_PID]: sqlca: code: 0, state: 00000
9-
[NO_PID]: ecpg_execute on line 23: OK: ALTER ROLE
9+
[NO_PID]: ecpg_process_output on line 23: OK: ALTER ROLE
1010
[NO_PID]: sqlca: code: 0, state: 00000
1111
[NO_PID]: ecpg_finish: connection main closed
1212
[NO_PID]: sqlca: code: 0, state: 00000
@@ -52,6 +52,9 @@
5252
[NO_PID]: ECPGconnect: opening database connectdb on localhost port <REGRESSION_PORT> for user connectuser
5353
[NO_PID]: sqlca: code: 0, state: 00000
5454
[NO_PID]: ECPGconnect: could not open database: could not connect to server: Connection refused
55+
Is the server running on host "localhost" (::1) and accepting
56+
TCP/IP connections on port 20?
57+
could not connect to server: Connection refused
5558
Is the server running on host "localhost" (127.0.0.1) and accepting
5659
TCP/IP connections on port 20?
5760

0 commit comments

Comments
 (0)
0