Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Remove duplicate prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Wehner committed Nov 9, 2016
1 parent e45bdef commit eff5fa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pgoutput/output_string.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ void transicatorOutputChangeString(
class_form = RelationGetForm(relation);
tupdesc = RelationGetDescr(relation);

OutputPluginPrepareWrite(ctx, true);
appendStringInfoChar(ctx->out, '{');

/* TODO will this produce double-quoted table names? */
Expand Down

0 comments on commit eff5fa4

Please sign in to comment.