projects
/
2ndquadrant_bdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bd2dd4
)
bdr: typo fix
author
Petr Jelinek
<pjmodos@pjmodos.net>
Sun, 8 Feb 2015 12:27:04 +0000
(13:27 +0100)
committer
Andres Freund
<andres@anarazel.de>
Thu, 12 Feb 2015 09:16:58 +0000
(10:16 +0100)
bdr_output.c
patch
|
blob
|
blame
|
history
diff --git
a/bdr_output.c
b/bdr_output.c
index 66bf1225429211146df6c2dddd9eafcf27cb762c..af50b5003a139a09fc2841d46d324a626e9a534f 100644
(file)
--- a/
bdr_output.c
+++ b/
bdr_output.c
@@
-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")));