8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561ec76 commit 1673122Copy full SHA for 1673122
src/bin/psql/print.c
@@ -735,7 +735,7 @@ print_aligned_text(const printTableContent *cont, FILE *fout)
735
(output_columns < total_header_width || output_columns < width_total))
736
{
737
print_aligned_vertical(cont, fout);
738
- return;
+ goto cleanup;
739
}
740
741
/* If we wrapped beyond the display width, use the pager */
@@ -1050,6 +1050,7 @@ print_aligned_text(const printTableContent *cont, FILE *fout)
1050
fputc('\n', fout);
1051
1052
1053
+cleanup:
1054
/* clean up */
1055
for (i = 0; i < col_count; i++)
1056
0 commit comments