Content-Length: 251930 | pFad | http://github.com/tonybelloni/postgres/commit/57488c1ce32181730a2724ceaad973c9bc2d7c3a

6F Fix compiler warning · tonybelloni/postgres@57488c1 · GitHub
Skip to content

Commit 57488c1

Browse files
committed
Fix compiler warning
From: David Rowley <david.rowley@2ndquadrant.com>
1 parent 1e6de94 commit 57488c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

contrib/dblink/dblink.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,9 @@ dblink_get_named_conn(const char *conname)
225225
remoteConn *rconn = getConnectionByName(conname);
226226
if (rconn)
227227
return rconn->conn;
228-
else
229-
dblink_conn_not_avail(conname);
228+
229+
dblink_conn_not_avail(conname);
230+
return NULL; /* keep compiler quiet */
230231
}
231232

232233
static void

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/tonybelloni/postgres/commit/57488c1ce32181730a2724ceaad973c9bc2d7c3a

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy