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

Commitd95c93b

Browse files
author
Thomas G. Lockhart
committed
Fix bug to allow hh:mm:ss time entry for timespan/reltime types.
1 parent215bc83 commitd95c93b

File tree

1 file changed

+2
-1
lines changed
  • src/backend/utils/adt

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/dt.c,v 1.30 1997/07/2914:07:54 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/dt.c,v 1.31 1997/07/2916:09:38 thomas Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -3174,6 +3174,7 @@ printf( "DecodeDateDelta- field[%d] is %s (type %d)\n", ii, field[ii], ftype[ii]
31743174
#endif
31753175
if (ftype[ii]==DTK_TIME) {
31763176
if (DecodeTime(field[ii],fmask,&tmask,tm,fsec)!=0)return-1;
3177+
fmask |=tmask;
31773178

31783179
}else {
31793180
break;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp