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

Commit89b18bd

Browse files
committed
Fix // comment
1 parentcf3aeb2 commit89b18bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/utils/adt/formatting.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* -----------------------------------------------------------------------
22
* formatting.c
33
*
4-
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.125 2007/02/1603:39:45 momjian Exp $
4+
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.126 2007/02/1610:55:47 petere Exp $
55
*
66
*
77
* Portions Copyright (c) 1999-2007, PostgreSQL Global Development Group
@@ -3561,7 +3561,7 @@ do_to_timestamp(text *date_txt, text *fmt,
35613561
*/
35623562
if (tmfc.iyear)
35633563
{
3564-
intj0;// zeroth day of the ISO year, in Julian
3564+
intj0;/* zeroth day of the ISO year, in Julian */
35653565
j0=isoweek2j(tmfc.iyear,1)-1;
35663566

35673567
j2date(j0+tmfc.ddd,&tm->tm_year,&tm->tm_mon,&tm->tm_mday);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp