projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cae4974
)
Add missing "static" marker to internal_ping().
author
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 7 Mar 2011 01:04:29 +0000
(20:04 -0500)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 7 Mar 2011 01:04:29 +0000
(20:04 -0500)
Per testing with a compiler that doesn't like that.
src/interfaces/libpq/fe-connect.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/fe-connect.c
b/src/interfaces/libpq/fe-connect.c
index 7766c7eabae425aabf9669ccae0542550e01fa1c..a4959ee22ec05541c50f40c0f221fd38230605da 100644
(file)
--- a/
src/interfaces/libpq/fe-connect.c
+++ b/
src/interfaces/libpq/fe-connect.c
@@
-2593,7
+2593,7
@@
error_return:
*
* The argument is a connection that's been started, but not completed.
*/
-PGPing
+
static
PGPing
internal_ping(PGconn *conn)
{
/* Say "no attempt" if we never got to PQconnectPoll */