summaryrefslogtreecommitdiff
path: root/src/include/pgxc
diff options
context:
space:
mode:
authorPavan Deolasee2016-02-08 12:04:27 +0000
committerPavan Deolasee2016-10-18 09:57:44 +0000
commitd161786ed108cc73f571a63e37a573dad4b96f97 (patch)
treed33e060e6e1c7a7c30ebcabfc38a5782d5ef9ea5 /src/include/pgxc
parentf5433defb4a6c8c309b42aae046036a4410aeaae (diff)
Some improvements to debug/error logging.
We now log name of the remote node and remote PID if an error is received on a connection. Some more debugging messages added to the pooler code.
Diffstat (limited to 'src/include/pgxc')
-rw-r--r--src/include/pgxc/pgxcnode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/pgxc/pgxcnode.h b/src/include/pgxc/pgxcnode.h
index d57aabe18b..e19bbfe2b8 100644
--- a/src/include/pgxc/pgxcnode.h
+++ b/src/include/pgxc/pgxcnode.h
@@ -63,6 +63,7 @@ struct pgxc_node_handle
{
Oid nodeoid;
int nodeid;
+ char nodename[NAMEDATALEN];
/* fd of the connection */
int sock;