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

Commit35979e6

Browse files
committed
Given its current definition that depends on time(NULL), timetz_zone
is certainly no longer immutable, but must indeed be marked volatile.I wonder if it should use the value of now() (that is, transactionstart time) so that it could be marked stable. But it's probably notimportant enough to be worth changing the code for ... indeed, I'm noteven going to force an initdb for this catalog change, seeing that wejust did one a few hours ago.
1 parentf2ebd01 commit35979e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/catalog/pg_proc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.383 2005/08/13 19:02:34 tgl Exp $
10+
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.384 2005/09/09 06:51:12 tgl Exp $
1111
*
1212
* NOTES
1313
* The script catalog/genbki.sh reads this file and generates .bki
@@ -2959,7 +2959,7 @@ DATA(insert OID = 2035 ( timestamp_smaller PGNSP PGUID 12 f f t f i 2 1114 "111
29592959
DESCR("smaller of two");
29602960
DATA(insertOID=2036 (timestamp_largerPGNSPPGUID12fftfi21114"1114 1114"_null__null__null_timestamp_larger-_null_ ));
29612961
DESCR("larger of two");
2962-
DATA(insertOID=2037 (timezonePGNSPPGUID12fftfi21266"25 1266"_null__null__null_timetz_zone-_null_ ));
2962+
DATA(insertOID=2037 (timezonePGNSPPGUID12fftfv21266"25 1266"_null__null__null_timetz_zone-_null_ ));
29632963
DESCR("adjust time with time zone to new zone");
29642964
DATA(insertOID=2038 (timezonePGNSPPGUID12fftfi21266"1186 1266"_null__null__null_timetz_izone-_null_ ));
29652965
DESCR("adjust time with time zone to new zone");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp