From: Craig Ringer Date: Mon, 22 Jun 2015 04:23:38 +0000 (+0800) Subject: Fix outdated comment in bdr_get_remote_nodeinfo X-Git-Url: http://git.postgresql.org/gitweb/static/%7B%7Bpguslink%28?a=commitdiff_plain;h=0b83003440e086515bd7317437a373e641266d30;p=2ndquadrant_bdr.git Fix outdated comment in bdr_get_remote_nodeinfo --- diff --git a/bdr_remotecalls.c b/bdr_remotecalls.c index c90c8e11ef..59f87824ca 100644 --- a/bdr_remotecalls.c +++ b/bdr_remotecalls.c @@ -404,10 +404,7 @@ bdr_get_remote_nodeinfo(PG_FUNCTION_ARGS) /* * Test a given dsn as a replication connection, appending the replication - * parameter. - * - * If non-null, the node identity information arguments will be checked - * against the identity reported by the connection. + * parameter, and return the node identity information from IDENTIFY SYSTEM. * * This can be used safely against the local_dsn, as it does not enforce * that the local node ID differ from the identity on the other end.