Skip to content

Commit 530bbfa

Browse files
committed
Rename new latex longtable function name, for consistency
1 parent d8c3896 commit 530bbfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/print.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1704,7 +1704,7 @@ print_latex_text(const printTableContent *cont, FILE *fout)
17041704

17051705

17061706
static void
1707-
print_latex_text_longtable(const printTableContent *cont, FILE *fout)
1707+
print_latex_longtable_text(const printTableContent *cont, FILE *fout)
17081708
{
17091709
bool opt_tuples_only = cont->opt->tuples_only;
17101710
unsigned short opt_border = cont->opt->border;
@@ -2556,7 +2556,7 @@ printTable(const printTableContent *cont, FILE *fout, FILE *flog)
25562556
if (cont->opt->expanded == 1)
25572557
print_latex_vertical(cont, fout);
25582558
else
2559-
print_latex_text_longtable(cont, fout);
2559+
print_latex_longtable_text(cont, fout);
25602560
break;
25612561
case PRINT_TROFF_MS:
25622562
if (cont->opt->expanded == 1)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy