bdr: typo fix
authorPetr Jelinek <pjmodos@pjmodos.net>
Sun, 8 Feb 2015 12:27:04 +0000 (13:27 +0100)
committerAndres Freund <andres@anarazel.de>
Thu, 12 Feb 2015 09:16:58 +0000 (10:16 +0100)
bdr_output.c

index 66bf1225429211146df6c2dddd9eafcf27cb762c..af50b5003a139a09fc2841d46d324a626e9a534f 100644 (file)
@@ -513,7 +513,7 @@ pg_decode_startup(LogicalDecodingContext * ctx, OutputPluginOptions *opt, bool i
 
 #ifdef BUILDING_UDR
        /* Can't do bidirectional connection on UDR. */
-       if (!data->is_unidirectional)
+       if (!data->client_unidirectional)
            ereport(ERROR,
                    (errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
                     errmsg("UDR only supports unidirectional connections")));