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

Commit0c714ea

Browse files
author
Thomas G. Lockhart
committed
Lengthen some time conversion routine names now that longer names
(> 16 characters) are allowed in pg_proc (thanks Bruce!).
1 parent2119b52 commit0c714ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/include/utils/builtins.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: builtins.h,v 1.31 1997/12/16 15:55:14 thomas Exp $
9+
* $Id: builtins.h,v 1.32 1997/12/23 19:55:51 thomas Exp $
1010
*
1111
* NOTES
1212
* This should normally only be included by fmgr.h.
@@ -441,8 +441,8 @@ booltimestamplt(time_t t1, time_t t2);
441441
booltimestampgt(time_tt1,time_tt2);
442442
booltimestample(time_tt1,time_tt2);
443443
booltimestampge(time_tt1,time_tt2);
444-
DateTime*stamp_datetime(time_ttimestamp);
445-
time_tdatetime_stamp(DateTime*datetime);
444+
DateTime*timestamp_datetime(time_ttimestamp);
445+
time_tdatetime_timestamp(DateTime*datetime);
446446

447447
/* varchar.c */
448448
externchar*bpcharin(char*s,intdummy,inttyplen);
@@ -507,7 +507,7 @@ extern DateADT date_pli(DateADT dateVal, int32 days);
507507
externDateADTdate_mii(DateADTdateVal,int32days);
508508
externDateTime*date_datetime(DateADTdate);
509509
externDateADTdatetime_date(DateTime*datetime);
510-
externDateTime*datet_datetime(DateADTdate,TimeADT*time);
510+
externDateTime*datetime_datetime(DateADTdate,TimeADT*time);
511511
externDateADTabstime_date(AbsoluteTimeabstime);
512512

513513
externTimeADT*time_in(char*timestr);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp