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 503de54 commit 5358bfdCopy full SHA for 5358bfd
src/bin/psql/print.c
@@ -1266,7 +1266,7 @@ print_aligned_vertical(const printTableContent *cont, FILE *fout)
1266
swidth = 1; /* "header data" */
1267
else if (opt_border == 1)
1268
swidth = 3; /* "header | data" */
1269
- else if (opt_border > 1)
+ else
1270
swidth = 7; /* "| header | data |" */
1271
1272
/* Wrap to maximum width */
@@ -1285,7 +1285,7 @@ print_aligned_vertical(const printTableContent *cont, FILE *fout)
1285
delta += 6; /* "* RECORD " */
1286
1287
delta += 10; /* "-[ RECORD ]" */
1288
- else if (opt_border == 2)
1289
delta += 15; /* "+-[ RECORD ]-+" */
1290
1291
if (delta > 0)
0 commit comments