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

Commit25146d3

Browse files
committed
Add support for NUMERIC ^ NUMERIC based on power(numeric, numeric).
1 parenta54c21a commit25146d3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

‎src/include/catalog/catversion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
3838
* Portions Copyright (c) 1994, Regents of the University of California
3939
*
40-
* $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.271 2005/05/3006:52:38 neilc Exp $
40+
* $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.272 2005/05/3020:59:17 momjian Exp $
4141
*
4242
*-------------------------------------------------------------------------
4343
*/
@@ -53,6 +53,6 @@
5353
*/
5454

5555
/*yyyymmddN */
56-
#defineCATALOG_VERSION_NO200505301
56+
#defineCATALOG_VERSION_NO200505302
5757

5858
#endif

‎src/include/catalog/pg_operator.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
11-
* $PostgreSQL: pgsql/src/include/catalog/pg_operator.h,v 1.131 2005/04/14 01:38:20 tgl Exp $
11+
* $PostgreSQL: pgsql/src/include/catalog/pg_operator.h,v 1.132 2005/05/30 20:59:17 momjian Exp $
1212
*
1313
* NOTES
1414
* the genbki.sh script reads this file and generates .bki
@@ -695,6 +695,7 @@ DATA(insert OID = 1759 ( "-" PGNSP PGUID b f 1700 1700 1700 00 0 0 0 0 num
695695
DATA(insertOID=1760 ("*"PGNSPPGUIDbf170017001700176000000numeric_mul-- ));
696696
DATA(insertOID=1761 ("/"PGNSPPGUIDbf170017001700000000numeric_div-- ));
697697
DATA(insertOID=1762 ("%"PGNSPPGUIDbf170017001700000000numeric_mod-- ));
698+
DATA(insertOID=1038 ("^"PGNSPPGUIDbf170017001700000000numeric_power-- ));
698699
DATA(insertOID=1763 ("@"PGNSPPGUIDlf017001700000000numeric_abs-- ));
699700

700701
DATA(insertOID=1784 ("="PGNSPPGUIDbf1560156016178417851786178617861787biteqeqseleqjoinsel ));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp