@ -96,7 +96,7 @@ parse_output_parameters(List *options, uint32 *protocol_version,
Assert ( defel - > arg = = NULL | | IsA ( defel - > arg , String ) ) ;
Assert ( defel - > arg = = NULL | | IsA ( defel - > arg , String ) ) ;
/* Check each param, whether or not we recognis e it */
/* Check each param, whether or not we recogniz e it */
if ( strcmp ( defel - > defname , " proto_version " ) = = 0 )
if ( strcmp ( defel - > defname , " proto_version " ) = = 0 )
{
{
int64 parsed ;
int64 parsed ;
@ -167,7 +167,7 @@ pgoutput_startup(LogicalDecodingContext * ctx, OutputPluginOptions *opt,
*/
*/
if ( ! is_init )
if ( ! is_init )
{
{
/* Parse the params and ERROR if we see any we don't recognis e */
/* Parse the params and ERROR if we see any we don't recogniz e */
parse_output_parameters ( ctx - > output_plugin_options ,
parse_output_parameters ( ctx - > output_plugin_options ,
& data - > protocol_version ,
& data - > protocol_version ,
& data - > publication_names ) ;
& data - > publication_names ) ;