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

Commitf5ea88a

Browse files
committed
Mark new text<->date, text<->time, text<->timetz conversion functions as
noncachable, so that CURRENT_DATE and CURRENT_TIME work as functionsagain, rather than being collapsed to constants immediately. Marking thereverse conversions noncachable might be overkill, but I'm not sure;do these datatypes have the notion of a CURRENT value? Better safe thansorry, for now.
1 parentca22223 commitf5ea88a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎src/include/catalog/pg_proc.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_proc.h,v 1.182 2001/01/24 19:43:21 momjian Exp $
10+
* $Id: pg_proc.h,v 1.183 2001/02/27 20:34:10 tgl Exp $
1111
*
1212
* NOTES
1313
* The script catalog/genbki.sh reads this file and generates .bki
@@ -1258,17 +1258,17 @@ DESCR("horizontal?");
12581258
DATA(insertOID=999 (lseg_eqPGUID12fttt2f16"601 601"10000100lseg_eq- ));
12591259
DESCR("equal");
12601260

1261-
DATA(insertOID=748 (datePGUID12fttt1f1082"25"10000100text_date- ));
1261+
DATA(insertOID=748 (datePGUID12ftft1f1082"25"10000100text_date- ));
12621262
DESCR("convert text to date");
1263-
DATA(insertOID=749 (textPGUID12fttt1f25"1082"10000100date_text- ));
1263+
DATA(insertOID=749 (textPGUID12ftft1f25"1082"10000100date_text- ));
12641264
DESCR("convert date to text");
1265-
DATA(insertOID=837 (timePGUID12fttt1f1083"25"10000100text_time- ));
1266-
DESCR("convert text todate");
1267-
DATA(insertOID=948 (textPGUID12fttt1f25"1083"10000100time_text- ));
1265+
DATA(insertOID=837 (timePGUID12ftft1f1083"25"10000100text_time- ));
1266+
DESCR("convert text totime");
1267+
DATA(insertOID=948 (textPGUID12ftft1f25"1083"10000100time_text- ));
12681268
DESCR("convert time to text");
1269-
DATA(insertOID=938 (timetzPGUID12fttt1f1266"25"10000100text_timetz- ));
1270-
DESCR("convert text todate");
1271-
DATA(insertOID=939 (textPGUID12fttt1f25"1266"10000100timetz_text- ));
1269+
DATA(insertOID=938 (timetzPGUID12ftft1f1266"25"10000100text_timetz- ));
1270+
DESCR("convert text totimetz");
1271+
DATA(insertOID=939 (textPGUID12ftft1f25"1266"10000100timetz_text- ));
12721272
DESCR("convert timetz to text");
12731273

12741274
/* OIDS 1000 - 1999 */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp