diff --git a/src/vendor/pg_ruleutils_17.c b/src/vendor/pg_ruleutils_17.c index 26ec23ca..31a17e99 100644 --- a/src/vendor/pg_ruleutils_17.c +++ b/src/vendor/pg_ruleutils_17.c @@ -6137,7 +6137,7 @@ get_target_list(List *targetList, deparse_context *context, } /* Show AS unless the column's name is correct as-is */ - if (colname && !duckdb_skip_as) + if (colname && !duckdb_skip_as) /* resname could be NULL */ { if (attname == NULL || strcmp(attname, colname) != 0) appendStringInfo(&targetbuf, " AS %s", quote_identifier(colname));