diff options
author | Michael Meskes <meskes@postgresql.org> | 2016-02-16 14:34:10 +0100 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2016-02-16 14:34:10 +0100 |
commit | 868898739a8da9ab74c105b8349b7b5c711f265a (patch) | |
tree | 34e62735a826e25aebbc859f7d1fb7a0f900683c /src | |
parent | fc1ae7d2eb6a3de47f5f5cd6ebf2d18d226b8036 (diff) | |
download | postgresql-868898739a8da9ab74c105b8349b7b5c711f265a.tar.gz postgresql-868898739a8da9ab74c105b8349b7b5c711f265a.zip |
Changed expected result to list IPv6 local interface too.
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/ecpg/test/expected/connect-test1.stderr | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/expected/connect-test1.stderr b/src/interfaces/ecpg/test/expected/connect-test1.stderr index e755a0a3458..9f58c2d2403 100644 --- a/src/interfaces/ecpg/test/expected/connect-test1.stderr +++ b/src/interfaces/ecpg/test/expected/connect-test1.stderr @@ -6,7 +6,7 @@ [NO_PID]: sqlca: code: 0, state: 00000 [NO_PID]: ecpg_execute on line 23: using PQexec [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 23: OK: ALTER ROLE +[NO_PID]: ecpg_process_output on line 23: OK: ALTER ROLE [NO_PID]: sqlca: code: 0, state: 00000 [NO_PID]: ecpg_finish: connection main closed [NO_PID]: sqlca: code: 0, state: 00000 @@ -52,6 +52,9 @@ [NO_PID]: ECPGconnect: opening database connectdb on localhost port <REGRESSION_PORT> for user connectuser [NO_PID]: sqlca: code: 0, state: 00000 [NO_PID]: ECPGconnect: could not open database: could not connect to server: Connection refused + Is the server running on host "localhost" (::1) and accepting + TCP/IP connections on port 20? +could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 20? |