Skip to content

Commit 625debf

Browse files
author
Rafa de la Torre
committed
Add ROW back (easier for debugging)
1 parent 5ab6c73 commit 625debf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/postgres_fdw/deparse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2433,7 +2433,7 @@ deparseRowExpr(RowExpr *node, deparse_expr_cxt *context)
24332433
bool first;
24342434
ListCell *lc;
24352435

2436-
appendStringInfoString(buf, "(");
2436+
appendStringInfoString(buf, "ROW(");
24372437
first = true;
24382438
foreach(lc, node->args)
24392439
{

0 commit comments

Comments
 (0)