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

Commitd50f281

Browse files
committed
Adjust C comments that would be wrap-able.
1 parent15732b3 commitd50f281

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -822,11 +822,11 @@ DecodeDateTime(char **field, int *ftype, int nf,
822822
switch (ftype[i])
823823
{
824824
caseDTK_DATE:
825-
/***
825+
/*
826826
* Integral julian day with attached time zone?
827827
* All other forms with JD will be separated into
828828
* distinct fields, so we handle just this case here.
829-
***/
829+
*/
830830
if (ptype==DTK_JULIAN)
831831
{
832832
char*cp;
@@ -852,7 +852,7 @@ DecodeDateTime(char **field, int *ftype, int nf,
852852
ptype=0;
853853
break;
854854
}
855-
/***
855+
/*
856856
* Already have a date? Then this might be a time zone name
857857
* with embedded punctuation (e.g. "America/New_York") or a
858858
* run-together time with trailing time zone (e.g. hhmmss-zz).
@@ -861,7 +861,7 @@ DecodeDateTime(char **field, int *ftype, int nf,
861861
* We consider it a time zone if we already have month & day.
862862
* This is to allow the form "mmm dd hhmmss tz year", which
863863
* we've historically accepted.
864-
***/
864+
*/
865865
elseif (ptype!=0||
866866
((fmask& (DTK_M(MONTH) |DTK_M(DAY)))==
867867
(DTK_M(MONTH) |DTK_M(DAY))))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp