Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit530bbfa

Browse files
committed
Rename new latex longtable function name, for consistency
1 parentd8c3896 commit530bbfa

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
staticvoid
1707-
print_latex_text_longtable(constprintTableContent*cont,FILE*fout)
1707+
print_latex_longtable_text(constprintTableContent*cont,FILE*fout)
17081708
{
17091709
boolopt_tuples_only=cont->opt->tuples_only;
17101710
unsigned shortopt_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
casePRINT_TROFF_MS:
25622562
if (cont->opt->expanded==1)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp