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

Commit91d983a

Browse files
committed
cash_words_out fix
1 parent20e11f2 commit91d983a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎src/include/catalog/pg_proc.h

Lines changed: 3 additions & 3 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: pg_proc.h,v 1.44 1998/01/25 20:23:40 momjian Exp $
9+
* $Id: pg_proc.h,v 1.45 1998/01/26 01:01:31 momjian Exp $
1010
*
1111
* NOTES
1212
* The script catalog/genbki.sh reads this file and generates .bki
@@ -251,7 +251,7 @@ DATA(insert OID = 108 ( intgtjoinsel PGUID 11 f t f 5 f 701 "26 26 21 26 21"
251251
DESCR("selectivity");
252252

253253
DATA(insertOID=112 (int4_textPGUID11ftf1f25"23"10000100foobar ));
254-
DESCR("convert");
254+
DESCR("convert");
255255
DATA(insertOID=113 (int2_textPGUID11ftf1f25"21"10000100foobar ));
256256
DESCR("convert");
257257
DATA(insertOID=114 (oid_textPGUID11ftf1f25"26"10000100foobar ));
@@ -1178,7 +1178,7 @@ DATA(insert OID = 886 ( cash_in PGUID 11 f t f 1 f 790 "0" 100 0 0 100 fo
11781178
DESCR("(internal)");
11791179
DATA(insertOID=887 (cash_outPGUID11ftf1f23"0"10000100foobar ));
11801180
DESCR("(internal)");
1181-
DATA(insertOID=1273 (cash_words_outPGUID11ftf1f23"0"10000100foobar ));
1181+
DATA(insertOID=1273 (cash_words_outPGUID11ftf1f25"790"10000100foobar ));
11821182
DESCR("output amount as words");
11831183
DATA(insertOID=888 (cash_eqPGUID11ftf2f16"790 790"10000100foobar ));
11841184
DESCR("equals");

‎src/include/storage/s_lock.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.20 1998/01/25 05:23:59 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.21 1998/01/26 01:01:37 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -117,7 +117,7 @@
117117
* Solaris 2
118118
*/
119119

120-
#if ((defined(__i386__)|| defined(__sparc__))&& defined(__sun__)
120+
#if (defined(__i386__)|| defined(__sparc__))&& defined(__sun__)
121121
/* for xxxxx_solaris, this is defined in port/.../tas.s */
122122

123123
staticinttas(slock_t*lock);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp