File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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"
251251DESCR ("selectivity" );
252252
253253DATA (insert OID = 112 ( int4_text PGUID 11 f t f 1 f 25 "23" 100 0 0 100 foo bar ));
254- DESCR ("convert" );
254+ DESCR ("convert" );
255255DATA (insert OID = 113 ( int2_text PGUID 11 f t f 1 f 25 "21" 100 0 0 100 foo bar ));
256256DESCR ("convert" );
257257DATA (insert OID = 114 ( oid_text PGUID 11 f t f 1 f 25 "26" 100 0 0 100 foo bar ));
@@ -1178,7 +1178,7 @@ DATA(insert OID = 886 ( cash_in PGUID 11 f t f 1 f 790 "0" 100 0 0 100 fo
11781178DESCR ("(internal)" );
11791179DATA (insert OID = 887 ( cash_out PGUID 11 f t f 1 f 23 "0" 100 0 0 100 foo bar ));
11801180DESCR ("(internal)" );
1181- DATA (insert OID = 1273 ( cash_words_out PGUID 11 f t f 1 f 23 "0 " 100 0 0 100 foo bar ));
1181+ DATA (insert OID = 1273 ( cash_words_out PGUID 11 f t f 1 f 25 "790 " 100 0 0 100 foo bar ));
11821182DESCR ("output amount as words" );
11831183DATA (insert OID = 888 ( cash_eq PGUID 11 f t f 2 f 16 "790 790" 100 0 0 100 foo bar ));
11841184DESCR ("equals" );
Original file line number Diff line number Diff line change 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 */
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
123123static int tas (slock_t * lock );
You can’t perform that action at this time.
0 commit comments