mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 00:02:04 -04:00
cash_words_out fix
This commit is contained in:
parent
20e11f2909
commit
91d983aa11
@ -6,7 +6,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: pg_proc.h,v 1.44 1998/01/25 20:23:40 momjian Exp $
|
* $Id: pg_proc.h,v 1.45 1998/01/26 01:01:31 momjian Exp $
|
||||||
*
|
*
|
||||||
* NOTES
|
* NOTES
|
||||||
* The script catalog/genbki.sh reads this file and generates .bki
|
* The script catalog/genbki.sh reads this file and generates .bki
|
||||||
@ -1178,7 +1178,7 @@ DATA(insert OID = 886 ( cash_in PGUID 11 f t f 1 f 790 "0" 100 0 0 100 fo
|
|||||||
DESCR("(internal)");
|
DESCR("(internal)");
|
||||||
DATA(insert OID = 887 ( cash_out PGUID 11 f t f 1 f 23 "0" 100 0 0 100 foo bar ));
|
DATA(insert OID = 887 ( cash_out PGUID 11 f t f 1 f 23 "0" 100 0 0 100 foo bar ));
|
||||||
DESCR("(internal)");
|
DESCR("(internal)");
|
||||||
DATA(insert OID = 1273 ( cash_words_out PGUID 11 f t f 1 f 23 "0" 100 0 0 100 foo bar ));
|
DATA(insert OID = 1273 ( cash_words_out PGUID 11 f t f 1 f 25 "790" 100 0 0 100 foo bar ));
|
||||||
DESCR("output amount as words");
|
DESCR("output amount as words");
|
||||||
DATA(insert OID = 888 ( cash_eq PGUID 11 f t f 2 f 16 "790 790" 100 0 0 100 foo bar ));
|
DATA(insert OID = 888 ( cash_eq PGUID 11 f t f 2 f 16 "790 790" 100 0 0 100 foo bar ));
|
||||||
DESCR("equals");
|
DESCR("equals");
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.20 1998/01/25 05:23:59 scrappy Exp $
|
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.21 1998/01/26 01:01:37 momjian Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -117,7 +117,7 @@
|
|||||||
* Solaris 2
|
* Solaris 2
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if ((defined(__i386__) || defined(__sparc__)) && defined(__sun__)
|
#if (defined(__i386__) || defined(__sparc__)) && defined(__sun__)
|
||||||
/* for xxxxx_solaris, this is defined in port/.../tas.s */
|
/* for xxxxx_solaris, this is defined in port/.../tas.s */
|
||||||
|
|
||||||
static int tas(slock_t *lock);
|
static int tas(slock_t *lock);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user